Skip to content

Releases: outr/scarango

3.7.0

30 Aug 18:06
Compare
Choose a tag to compare
  • Fixes to Fields for hierarchical support
  • Managed flag added to Graph, collection, view, and store
    Full Changelog: 3.6.3...3.7.0

3.6.3

29 Aug 15:28
Compare
Choose a tag to compare

Full Changelog: 3.6.2...3.6.3

3.6.1

24 Aug 17:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.6.0...3.6.1

3.5.0

25 Mar 19:57
Compare
Choose a tag to compare

What's Changed

  • Updated AQL interpolator to only take QueryParts for better type-safety
  • Updated Field to require ReaderWriter implicit for query building
  • Refactored static query building to avoid ambiguity with strings
  • Updated to latest version of Fabric
  • Updated FieldExtras to use ReaderWriter instead of conversion
  • Removal of all Any conversions
  • Update sbt-scalajs-crossproject to 1.2.0 by @darkfrog26 in #88
  • Update cats-effect to 3.3.9 by @darkfrog26 in #89

Full Changelog: 3.4.5...3.5.0

3.4.5

25 Mar 19:56
Compare
Choose a tag to compare
  • Code cleanup and simplification of underlying conversions

Full Changelog: 3.4.4...3.4.5

3.4.4

25 Mar 19:56
Compare
Choose a tag to compare
  • More features added to Maintenance system

Full Changelog: 3.4.3...3.4.4

3.4.3

25 Mar 19:55
Compare
Choose a tag to compare
  • Added Maintenance system for background jobs

Full Changelog: 3.4.2...3.4.3

3.4.2

25 Mar 19:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1

17 Mar 18:55
Compare
Choose a tag to compare
  • Better error logging for failed query execution
  • Fixed a bug in modify causing modification of more than one field to error
    Full Changelog: 3.4.0...3.4.1

3.4.0

15 Mar 19:04
Compare
Choose a tag to compare

What's Changed

  • Programmatic backup and restore features added
  • Updated DocumentCollectionQuery to extends QueryBuilder to make full collection queries easier
  • Created DBQueue to support optimized batch processing against large datasets
  • Added features for processing a query
  • Update scalapass to 1.2.1 by @darkfrog26 in #76
  • Update scribe-slf4j to 3.8.2 by @darkfrog26 in #77
  • Update cats-effect to 3.3.7 by @darkfrog26 in #78

Full Changelog: 3.3.1...3.4.0