Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Releases: obsidian-rs/obsidian

v0.2.2

03 May 08:32
ef4e243
Compare
Choose a tag to compare

THIS IS NOT PRODUCTION READY YET: so proceed with care.

Fixed an issue which will panic the server when the query string is not correct.

v0.2.1

26 Apr 07:39
9ade483
Compare
Choose a tag to compare

THIS IS NOT PRODUCTION READY YET: so proceed with care.

This is a minor version to provide the ability to create PATCH request in router.

v0.2.0

23 Apr 03:58
aa0df97
Compare
Choose a tag to compare

THIS IS NOT PRODUCTION READY YET: so proceed with care.

Some of the major changes that this version brings:

  • Async/Await support. Now you can write asynchronous functions with async/await syntax!
  • App state which is shared across the whole application.
  • Custom header
  • Dynamic context data
  • Redesign Response
  • We now have a logo!

Please refer to the blog post for more details.

v0.2.0-alpha.1

22 Apr 03:05
c264450
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

THIS IS AN ALPHA RELEASE: this means it's not stable yet, so proceed with care.

Some of the major changes that this version brings:

  • Async/Await support. Now you can write asynchronous functions with async/await syntax!
  • App state which is shared across the whole application.
  • Custom header
  • Dynamic context data
  • Redesign Response
  • We now have a logo!

v0.1.0-alpha.1

31 Dec 15:45
3064a36
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

This version is for PoC, we have some exciting plans for the stable release in 2020.