Skip to content

Releases: tigrisdata-archive/tigris

v1.0.0-alpha.34

25 Aug 02:10
716715b
Compare
Choose a tag to compare
v1.0.0-alpha.34 Pre-release
Pre-release

1.0.0-alpha.34 (2022-08-25)

Features

  • To support update and delete on any field (bbba9ed)

v1.0.0-alpha.33

24 Aug 21:40
6012f6c
Compare
Choose a tag to compare
v1.0.0-alpha.33 Pre-release
Pre-release

1.0.0-alpha.33 (2022-08-24)

Bug Fixes

  • Filter query of metrics for current environment (20274b8)
  • fix panic on inconsistent metric tags (#454) (f1ad2e1)
  • Indexing schema update on update collection (#457) (ecca191)
  • NamespaceId must be greater than 1 (6a292f6)
  • Return once stream is complete (e5063ae)
  • Return the proper error code from read (2b5c56e)

Features

  • Add end api to be used by read-only transactions (3a2a86c)
  • Added APIs for app based authentication/authorization (a75e739)
  • size metrics updated periodically (#448) (adea242)

v1.0.0-alpha.32

23 Aug 07:01
Compare
Choose a tag to compare
v1.0.0-alpha.32 Pre-release
Pre-release

1.0.0-alpha.32 (2022-08-23)

Bug Fixes

Features

  • Added API to query gauges and timers (5254788)
  • Extended metric query API (1ab781b)
  • fallback to full table scan if indexing store is not available (b226986)
  • Querying on metadata fields (#445) (e12aefb)

v1.0.0-alpha.31

18 Aug 23:41
7dd268d
Compare
Choose a tag to compare
v1.0.0-alpha.31 Pre-release
Pre-release

1.0.0-alpha.31 (2022-08-18)

Bug Fixes

  • Added db and collection name restriction (bcbe062)
  • Fixed the QueryTimeSeriesMetricsRequest marshaler to work with enum for HTTP/json (534c780)

Features

  • Report size metrics periodically. (#436) (a244d33)
  • Support for range queries on time fields (#429) (d19ac5e)

v1.0.0-alpha.30

18 Aug 06:31
Compare
Choose a tag to compare
v1.0.0-alpha.30 Pre-release
Pre-release

1.0.0-alpha.30 (2022-08-18)

Bug Fixes

  • Fixed observability config structure (fb91a42)

v1.0.0-alpha.29

18 Aug 02:33
8c236bf
Compare
Choose a tag to compare
v1.0.0-alpha.29 Pre-release
Pre-release

1.0.0-alpha.29 (2022-08-18)

Bug Fixes

  • disable additional properties on nested objects as well (3675e39)

v1.0.0-alpha.28

18 Aug 00:25
94c924f
Compare
Choose a tag to compare
v1.0.0-alpha.28 Pre-release
Pre-release

1.0.0-alpha.28 (2022-08-18)

Bug Fixes

  • Fix import grouping (#420) (5bf3f08)
  • Fixed oauth/token endpoint to accept application/x-www-form-urlencoded content type (e4e3e09)
  • Fixed the AuthBypassedMethod name reading (a5f32e3)
  • ignore timed out error codes for subscribe query runner (872adf7)
  • stop subscribe query runner after client disconnect (cb61b7d)
  • use snapshot read for subscribe query runner (933ff39)

Features

  • Added a cookie to support sticky routing for interactive tx (#424) (5465631)
  • Added initial observability service implementation (6763c66)
  • instrumentation for session (#415) (fc92fbc)
  • Metrics for bytes sent and bytes received on the network (#427) (b0b190f)
  • Size metrics for namespace, database and collection (#419) (846959c)
  • Support for ordering search results (#416) (40784e8)
  • Support read throughput limiting (2043c14)

v1.0.0-alpha.27

11 Aug 17:13
9361008
Compare
Choose a tag to compare
v1.0.0-alpha.27 Pre-release
Pre-release

1.0.0-alpha.27 (2022-08-11)

Bug Fixes

  • Fix search response marshalling (eea5d13)
  • update should allow setting null (685b82c)

Features

  • added minimal pubsub implementation (6cbf503)
  • Added support for oauth (b70b25e)
  • db and collection name tags in traces (#402) (8046e7e)
  • Facet stats support for numeric fields (#409) (e782bb6)
  • updated minimal pubsub implementation per feedback (da1ccdf)

v1.0.0-alpha.26

03 Aug 23:28
468ef86
Compare
Choose a tag to compare
v1.0.0-alpha.26 Pre-release
Pre-release

1.0.0-alpha.26 (2022-08-03)

Bug Fixes

  • Allow Searching and Faceting over nested fields (#390) (417815e)
  • Delete events were not emitted (02d8182)
  • fix datadog traces (#394) (6937b0c)
  • fixing encoding issues (49285cd)
  • get service names consistent (#391) (0c2ec34)
  • on drop remove entry from counter table as well (7b296ce)
  • typo in middleware dir name (#392) (49df8cb)

Features

v1.0.0-alpha.25

28 Jul 22:17
207f64c
Compare
Choose a tag to compare
v1.0.0-alpha.25 Pre-release
Pre-release

1.0.0-alpha.25 (2022-07-28)

Bug Fixes

  • do not trace internal events in CDC (bce55a7)
  • Fixed panic in CDC on deletes (c1e4312)
  • handle drop collection, database in streams (ed79438)

Features

  • Added methods to calculate namespace,database,collection data size (87b023f)
  • first iteration on datadog tracing (#374) (a4814e4)
  • Optional rate, throughput and size quota checking (a148e1a)
  • read fields support for search (#381) (45a7e5d)