Releases: u1i/bambleweeny
Release 0.36
Release 0.35
o) fixed persistency issue #36
Release 0.34
o) OpenShift compatability
o) removed privileged access to keys and lists
o) configurable salt
o) cleanup code
Release 0.31
Introducing bins, which are anonymous endpoints for POST requests with data getting pushed to a list
Release 0.30
Change in user creation - the field 'email' has changed to 'username'. Modified Swagger, b9y Python library and b9y-cli accordingly.
Release 0.29
Nested keys in routes
Version 0.28
o) /save endpoint triggers Redis save
o) maxmemory set to 258 MB
o) Redis data dir /data
Version 0.28.1
o) /info endpoint with redis info (connection, dbsize, connections etc)
o) token expiry now configurable via $ENV
Release 0.26
Authentication tokens can now also be supplied in the query string (if you absolutely have to!):
GET /keys/stuff?token=XXX
Release 0.25
Version 0.25 introduces the new LIST data type.