Skip to content

Releases: pikami/cosmium

v0.1.12

25 Dec 21:37
Compare
Choose a tag to compare

Changelog

  • f5b8453 Support patch operations 'set' and 'incr' #7
  • 928ca29 Support parameter in bracket #8
  • 39cd9e2 Update dependancies
  • bcf4b51 Expose repository functions to sharedlibs
  • 363f822 Added some tests for sharedlibrary
  • be7a615 Cross-Compile Shared Libraries
  • 83f086a Configuration fixes
  • 7770341 Refactor to support multiple server instances in shared library
  • 84c33e3 Upgrade dependancies
  • 5e67743 Prepare for sharedlibrary builds

v0.1.11

08 Dec 16:58
Compare
Choose a tag to compare

Changelog

  • a4659d9 Enable multi-platform docker builds

v0.1.10

08 Dec 16:20
Compare
Choose a tag to compare

Changelog

  • 503e6bb Update compatibility matrix
  • e5ddc14 Improved concurrency handling
  • 66ea859 Add support for subqueries

v0.1.9

16 Nov 18:12
3584f9b
Compare
Choose a tag to compare

Changelog

  • 3584f9b Enable ARM builds for Windows and Linux

v0.1.8

14 Nov 16:45
Compare
Choose a tag to compare

Changelog

  • c7d01b4 Fix cosmos explorer incorrect redirect
  • 2834f3f check isUpsert header in POST document request (#5)
  • a6b5d32 Merge pull request #4 from pikami/erikzeneco/serve_request_paths_with_trailing_slashes
  • 0e98e34 Strip trailing slash using middleware
  • 827046f re-add removed blank lines
  • 475d586 Merge branch 'master' into serve_request_paths_with_trailing_slashes
  • 9abef69 serve request paths with trailing slashes, as sent by python client
  • 62dcbc1 Merge pull request #1 from erikzeneco/master
  • 2f42651 Update README.md
  • 20af73e Partial JOIN implementation
  • 3bdff9b Implement Mathematical Functions

v0.1.7

03 Jun 17:29
Compare
Choose a tag to compare

Changelog

  • b808e97 Fix array access
  • e623a56 Update dependencies
  • 2cd61aa Implement document PATCH operation
  • 0cec781 Fixed authentication key generation for partition key ranges

v0.1.6

06 Apr 18:29
Compare
Choose a tag to compare

Changelog

v0.1.5

06 Apr 16:10
Compare
Choose a tag to compare

Changelog

  • 26dcd68 Added Docker to releaser configuration
  • 86c0275 Added ability to configure using environment variables

v0.1.4

11 Mar 20:13
Compare
Choose a tag to compare

Changelog

  • 3985843 Implement OFFSET LIMIT
  • 5b66828 Added some docs
  • 6ed7468 Implement AVG, COUNT, MAX, MIN, SUM functions
  • b72bba8 Implement 'GROUP BY' statement

v0.1.3

27 Feb 20:48
Compare
Choose a tag to compare

Changelog

  • 18edb92 Added instructions for installing using Homebrew
  • 6ccb7c4 Implement custom logger with log levels
  • b9e3857 Load state from '-Persist' path if '-InitialData' not supplied
  • 3aeae98 Added pre-generated TLS certificate
  • 5ff923c Implement DISTINCT clause
  • f3f3966 Fix server info response
  • 19f62f8 Fix partition key ranges endpoint