Skip to content

Releases: cobot/couchdb-action

Fix tmpfs permissions

09 Dec 11:18
716f8cc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5...v5.0.1

Actually fix Erlang query server not available

03 Jun 12:14
eaaa17c

Choose a tag to compare

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

27 Mar 19:42
11e2c9f

Choose a tag to compare

In v3, it sometimes happened that the Erlang query server did not start. This should be fixed now.

Performance improvements

23 Mar 20:45
66c00fb

Choose a tag to compare

  • enable delayed commits and nodelay
  • run CouchDB on a ram disk

v2

25 Oct 10:15
60db9bc

Choose a tag to compare

Added erlang query server option.

1

23 Oct 12:30

Choose a tag to compare

First release!