Skip to content

Release v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 17:12
bb8e504

What's Changed

  • Adds an experimental beta REST interface to dracula with a few commands.

GET /namespaces
GET /put?namespace=default&key=blah
GET /count?namespace=default&pattern=bl&

Limitations

  • HTTP and REST best practices call for no mutations on GET. This practice is avoided for the GET /put request. The reason for this is ease of use in the web browser when troubleshooting. This is a beta feature and may change.
  • The secret is currently bypassed for the beta REST API. This may change.

Full Changelog: v0.6.0...v0.7.0