Releases: cobot/couchdb-action
Releases · cobot/couchdb-action
Fix tmpfs permissions
Actually fix Erlang query server not available
The previous release broke Erlang.
Changed the action from Docker to composite action.
Breaking:
- accessing the database now requires a to pass credentials with the username "admin" and the passwort "admin".
- the name of the input for the CouchDB version is now "couchdb-version" (added dash)
Fix Erlang query server not available
In v3, it sometimes happened that the Erlang query server did not start. This should be fixed now.
Performance improvements
- enable delayed commits and nodelay
- run CouchDB on a ram disk
v2
Added erlang query server option.
1
First release!