Skip to content

Releases: adsabs/vault

Enabled JSON stdout logging and HTTP connection pool

06 Aug 14:57
18abb3e
Compare
Choose a tag to compare
v1.0.20

Enabled JSON stdout logging and HTTP connection pool (#20)

JSON format bugfix

13 Apr 22:13
Compare
Choose a tag to compare
v1.0.19

Fixed bug where JSON posting as string (#19)

Alembic upgrade correction

10 Apr 15:36
Compare
Choose a tag to compare
v1.0.18

Updated alembic to better work with escaped characters (#18)

Flexible user preferences

03 Apr 13:38
Compare
Choose a tag to compare
Updated user-data POST to more easily accept new data (#16)

- Updated user-data POST to more easily accept new data
- Converted database storage to JSONB
- Race condition control in place

Name change and use of adsmutils

30 Nov 16:46
b85b6a3
Compare
Choose a tag to compare

The name has changed from myads to vault to be consistent with the resource URL. The package now uses adsmutils and DB connections are now securely closed.

Maintenance release

26 Jun 15:48
Compare
Choose a tag to compare

Update of requirements.txt and some code cleanup (removal of Consul dependency and update of deprecated Flask extension imports)

Maintenance release

19 May 17:24
Compare
Choose a tag to compare

sort list of OpenURL server by name attribute

maintenance release

06 Jan 21:26
Compare
Choose a tag to compare
Merge pull request #10 from ehenneken/bugfix

Config update

Maintenance release

24 Oct 18:26
Compare
Choose a tag to compare

Update of config.py so that it contains both, expected, SQLAlchemy binds

Get OpenURL server information from database

24 Oct 16:50
Compare
Choose a tag to compare

Instead of having all OpenURL servers listed in MYADS_BUMBLEBEE_OPTIONS, necessitating re-deployment of myads for every change in this configuration, this information is now retrieved from a database.