Skip to content

Releases: u1i/bambleweeny

Release 0.36

17 Oct 13:15
@u1i u1i
Compare
Choose a tag to compare

o) added Redis Authentication

Release 0.35

10 Aug 04:08
@u1i u1i
Compare
Choose a tag to compare

o) fixed persistency issue #36

Release 0.34

09 Jul 02:55
@u1i u1i
Compare
Choose a tag to compare

o) OpenShift compatability
o) removed privileged access to keys and lists
o) configurable salt
o) cleanup code

Release 0.31

13 Nov 16:08
@u1i u1i
Compare
Choose a tag to compare

Introducing bins, which are anonymous endpoints for POST requests with data getting pushed to a list

Release 0.30

28 Oct 00:54
@u1i u1i
Compare
Choose a tag to compare

Change in user creation - the field 'email' has changed to 'username'. Modified Swagger, b9y Python library and b9y-cli accordingly.

Release 0.29

22 Oct 15:34
@u1i u1i
Compare
Choose a tag to compare

Nested keys in routes

Version 0.28

17 Oct 04:47
@u1i u1i
Compare
Choose a tag to compare

o) /save endpoint triggers Redis save
o) maxmemory set to 258 MB
o) Redis data dir /data

Version 0.28.1

16 Oct 03:53
@u1i u1i
Compare
Choose a tag to compare

o) /info endpoint with redis info (connection, dbsize, connections etc)
o) token expiry now configurable via $ENV

Release 0.26

02 Oct 13:10
@u1i u1i
Compare
Choose a tag to compare

Authentication tokens can now also be supplied in the query string (if you absolutely have to!):

GET /keys/stuff?token=XXX

Release 0.25

02 Oct 07:06
@u1i u1i
Compare
Choose a tag to compare

Version 0.25 introduces the new LIST data type.