Skip to content

Releases: Netflix/atlas

v1.7.0-rc.21

10 Feb 18:40
252618b
Compare
Choose a tag to compare
v1.7.0-rc.21 Pre-release
Pre-release

Not recommended for general use.

  • #1407, remove wiki subproject.
  • #1409, lwcapi: ensure cleanup on unregister.
  • #1412, fix performance of limit check.
  • #1414, reduce allocations for datapoint aggregators.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.20...v1.7.0-rc.21

v1.7.0-rc.20

24 Jan 17:46
fdfa1dd
Compare
Choose a tag to compare
v1.7.0-rc.20 Pre-release
Pre-release

Not recommended for general use.

  • #1379, add codec for more efficient publish format.
  • #1380, avoid recomputing id after parsing.
  • #1381, improve performance for decoding tags.
  • #1382, improve equals/hashCode performance.
  • #1383, reduce allocations for computing hashCode.
  • #1384, avoid recomputing id for BlockStoreItem.
  • #1385, add unmarshaller to use with entity.
  • #1386, add endpoint to strip query clauses.
  • #1388, handle :cg after style expressions.
  • #1393, avoid lamda allocation for lock.
  • #1397, eval: add explicit data volume limits.
  • #1400, add the queue size to the StreamOps.blockingQueue.
  • #1403, add container and process to allowed keys.
  • #1404, track number of streams dropping data.
  • #1406, fix subset check for nested group by.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.19...v1.7.0-rc.20

v1.7.0-rc.19

03 Nov 15:05
1f49480
Compare
Choose a tag to compare
v1.7.0-rc.19 Pre-release
Pre-release

Not recommended for general use.

  • #1357, use array instead of int map for itemTags.
  • #1358, support custom palettes in expr.
  • #1359, switch to munit for tests.
  • #1362, methods on SortedTagMap to get key/value arrays.
  • #1363, lwcapi: add endpoint to browse current streams.
  • #1364, support combining simple aggregate collectors.
  • #1365, include final grouping keys in v2.json.
  • #1366, support for renaming tag key.
  • #1368, support arbitrary comparator for merge.
  • #1369, allow aggregation for duplicates when merging.
  • #1370, sort and deduplicate array entries.
  • #1372, merge function for existing arrays.
  • #1375, make topk/bottomk operators stable.
  • #1377, common grouping operator.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.18...v1.7.0-rc.19

v1.7.0-rc.18

06 Oct 20:41
3bf2e87
Compare
Choose a tag to compare
v1.7.0-rc.18 Pre-release
Pre-release

Not recommended for general use.

  • #1336, add SortedTagMap implementation.
  • #1337, update access log to use warn for failures.
  • #1338, update access logger to record sizes.
  • #1339, handle AuthorizationFailedRejection.
  • #1340, avoid allocation for computing size.
  • #1342, tune id calculation when using sorted map.
  • #1343, experiment for simplified tag index.
  • #1344, reduce overhead of expressions etag check.
  • #1345, batch messages going to evaluation queue.
  • #1347, add stream wrappers for nio buffers.
  • #1349, optimize validation when using sorted tag map.
  • #1350, helpers for working with Postgres COPY.
  • #1351, ignore entity if present for pre-flight check.
  • #1353, add JDK17 for PR validation.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.17...v1.7.0-rc.18

v1.7.0-rc.17

09 Sep 01:50
9433bdd
Compare
Choose a tag to compare
v1.7.0-rc.17 Pre-release
Pre-release

Not recommended for general use.

  • #1327, remove cloudwatch projects.
  • #1328, limit Github Actions to the main repo.
  • #1330, more efficient empty check for SmallHashMap.
  • #1331, #1332, improve performance for computing id.
  • #1333, remove unused ConnectionManager class.
  • #1335, eval: properly handle non-strict messages.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.16...v1.7.0-rc.17

v1.7.0-rc.16

10 Jun 15:14
44ab442
Compare
Choose a tag to compare
v1.7.0-rc.16 Pre-release
Pre-release

Not recommended for general use.

  • #1317, remove deprecated lwcapi endpoints.
  • #1318, experimental v2/subscribe api for lwc.
  • #1319, update CI builds to use jdk16.
  • #1320, add compressed mutable block type.
  • #1322, allow out of order updates for blocks.
  • #1324, map in additional CloudWatch NLB metrics.
  • #1325, reduce array allocations for encoding batch.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.15...v1.7.0-rc.16

v1.7.0-rc.15

04 Jun 00:02
d4cf25f
Compare
Choose a tag to compare
v1.7.0-rc.15 Pre-release
Pre-release

Not recommended for general use.

  • #1274, add directive to force connection close.
  • #1275, add interner based on Caffeine cache.
  • #1276, synthetic data generator for testing lwc.
  • #1278, support SSL and allow multiple ports to be configured.
  • #1279, export expr API by default.
  • #1280, support auto rollup for tags based on cardinality limits.
  • #1281, allow SSLContext to be customized.
  • #1284, allow out of order updates for normalization.
  • #1285, always show time zone for axis.
  • #1286, validation can now work directly on Spectator Ids.
  • #1288, rearrange colors to help users with certain vision types.
  • #1289, move CloudWatch poller to AWS SDK V2.
  • #1291, add mapping for Neptune metrics.
  • #1302, remove CaseClassDeserializer.
  • #1313, avoid redundant parsing of expressions.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.14...v1.7.0-rc.15

v1.7.0-rc.14

03 Mar 20:22
828b3b4
Compare
Choose a tag to compare
v1.7.0-rc.14 Pre-release
Pre-release

Not recommended for general use.

  • #1250, add mappings for additional RDS metrics.
  • #1249, add features flag to Graph API.
  • #1251, improve error message for invalid stack contents.
  • #1252, enabled simple legends with unstable features flag.
  • #1259, add stat-count for consistency.
  • #1260, switch blockingQueue to use BoundedSourceQueue internally.
  • #1262, fix exception for legend ending in $.
  • #1263, ensure alpha setting is not lost with toString.
  • #1265, update to akka-http 10.2.4 for security fix.
  • #1266, update to akka 2.6.13 for performance fixes.
  • #1269, publish directly to maven central.
  • #1271, re-enabled docs artifacts.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.13...v1.7.0-rc.14

v1.7.0-rc.13

03 Feb 13:27
690d6ce
Compare
Choose a tag to compare
v1.7.0-rc.13 Pre-release
Pre-release

Not recommended for general use.

  • #1218, improve hash function for int collections.
  • #1220, move build to use GitHub actions.
  • #1223, update to scala 2.13.4.
  • #1225, reduce allocations for QueryIndex matching.
  • #1228, reduce tag map iteration cost for QueryIndex.
  • #1230, add helper for accessing opportunistic execution context.
  • #1234, add cardinality estimator based on CPC sketch.
  • #1239, add CloudWatch mapping for ELB estimated bytes.
  • #1242, sanity check for grouping consistency on binary operations.
  • #1243, simplify the automatically generated legends.
  • #1244, support binary operations where one side has a subset of group by keys.
  • #1245, add topk/bottomk operators.
  • #1246, handle circuit breaker rejection in default request handler.
  • #1248, add topk/bottomk that aggregates others.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.12...v1.7.0-rc.13

v1.7.0-rc.12

30 Oct 14:14
72544e7
Compare
Choose a tag to compare
v1.7.0-rc.12 Pre-release
Pre-release

Not recommended for general use.

  • #1217, use BroadcastHub instead of Publisher.

A comprehensive list of changes can be found in the commit log: v1.7.0-rc.11...v1.7.0-rc.12