Skip to content

Releases: block/etre

v0.13.2

31 Jul 02:05
fd6f706
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

13 Jun 20:32
34b9321
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

29 May 23:28
cb04dd0
Compare
Choose a tag to compare

Release Highlights

Breaking Changes:

  • Removed the WithContext and Context methods from EntityClient
  • Updated all EntityClient methods to require context.Context as the first parameter

What's Changed

Full Changelog: v0.12.6...v0.13.0

v0.12.6

12 May 20:17
4daf496
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.5...v0.12.6

v0.12.5

15 Apr 22:04
3c65de0
Compare
Choose a tag to compare

v0.12.5 (Apr 15, 2025)

Release Highlights

  • Added batch size to EntityConfig
  • Instrument response encoding time in getEntitiesHandler

What's Changed

Full Changelog: v0.12.4...v0.12.5

v0.12.4

19 Mar 01:51
083728f
Compare
Choose a tag to compare

v0.12.4 (Mar 18, 2025)

Release Highlights

  • Fixed a bug reading configuration ACLs.

What's Changed

Full Changelog: v0.12.3...v0.12.4

v0.12.3

17 Mar 23:15
3567e0f
Compare
Choose a tag to compare

v0.12.3 (Mar 17, 2025)

Release Highlights

  • New "CDC" permission required for CDC user ACLs
  • Fixed bug causing server to lock up when CDC is started

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

04 Mar 21:09
30ee7e6
Compare
Choose a tag to compare

v0.12.2 (Mar 4, 2025)

Release Highlights

  • Etre server now correctly propagates the request context to api handlers
  • Aded EntityClient.WithContext to attach context to the client's HTTP request
  • Added EntityClient.Get to get a single Entity by ID

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

21 Feb 22:28
56b1811
Compare
Choose a tag to compare

v0.12.1 (Feb 21, 2025)

Release Highlights

  • Added missing documentation for --insert to the CLI help output.

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

19 Feb 23:17
63a85d2
Compare
Choose a tag to compare

v0.12.0 (Feb 19, 2025)

This release includes some refactoring and under-the-hood improvements and some minor backward compatible feature additions.

Release Highlights

  • CLI now supports --insert to create new entities.
  • Query responses will be compressed if the client provides the Accept-Encoding: gzip header.
  • New database connection plugin allows custom database connection logic and wrapping.
  • Replaced echo with golang http mux libary for server request handling.

What's Changed

New Contributors

Full Changelog: v0.11.9...v0.12.0