Skip to content

Releases: michaelklishin/rabbit-hole

v2.6.0

01 Dec 18:56
dd21fe9
Compare
Choose a tag to compare

Changes Between 2.5.0 and 2.6.0 (Nov 25, 2020)

Feature Flag Management

The client now can list and enable feature flags
using the ListFeatureFlags and EnableFeatureFlag functions.

Contributed by David Ansari.

GitHub issue: #167

v2.5.0

28 Sep 06:53
c91a692
Compare
Choose a tag to compare

Changes Between 2.4.0 and 2.5.0 (Sep 28th, 2020)

Shovels: Support for Numerical Delete-After Values

The delete-after Shovel parameter now can be deserialised to
a numerical TTL value as well as special string values such as "never".

Contributed by Michal @mkuratczyk Kuratczyk.

GitHub issue: #164

v2.4.0

04 Aug 08:13
279aadd
Compare
Choose a tag to compare

Changes Between 2.3.0 and 2.4.0 (Aug 4th, 2020)

More Thorough Error Checking of HTTP[S] Requests

Suggested by @mammothbane.

GitHub issue: #158

Salt Generation Helper Now Uses crypto/rand Instead of math/rand

Suggested by @mammothbane.

GitHub issue: #160

More Standardized Response Errors

Error responses (40x with the exception of 404 in response to DELETE operations,
50x) HTTP API response errors are now always wrapped intoErrorResponse,
even if they do not carry a JSON payload.

v2.3.0

11 Jul 07:20
3c0ab18
Compare
Choose a tag to compare

Changes Between 2.2.0 and 2.3.0 (July 11th, 2020)

New Endpoints for Listing Federation Links

Contributed by @niclic.

GitHub issue: #155

Support for More Shovel Parameters (e.g. for AMQP 1.0 Sources and Destinations)

Contributed by @akurz.

GitHub issue: #155

Conditional Exclusion of Expiration Field

Contributed by @niclic.

GitHub issue: #154

v2.2.0

25 Jun 15:01
95a7372
Compare
Choose a tag to compare

Changes Between 2.1.0 and 2.2.0 (May 21st, 2020)

Runtime Parameter and Federation Upstream Management

Contributed by @niclic.

GitHub issue: #150

Improved Error Reporting

Contributed by @niclic.

GitHub issue: michaelklishin/rabbit-hole#152

Fixed a null Pointer in HTTP Response Handling

Contributed by @justabaka.

GitHub issue: #148

v1.4.0

13 Sep 18:14
Compare
Choose a tag to compare

Enhancements

  • HTTP operations now have a timeout. Contributed by Pierre Durand.

    GitHub issue: #102.

  • Support for cluster name operations. Contributed by @sheepkiller.

    GitHub issue: #104.

  • Allow empty passwords in PUT /api/users/{name}. Contributed by @jeandeaual.

    GitHub issue: #101.