Skip to content

Releases: venasolutions/bosk

0.0.71

23 Feb 15:43
2d12a60
Compare
Choose a tag to compare

Escape a few more characters in field names in MongoDriver.

0.0.70

22 Feb 17:16
f870554
Compare
Choose a tag to compare

What's Changed

  • Experimental write-free flush by @prdoyle in #9
  • MongoDB: Consistent escaping in field names by @prdoyle in #10

Full Changelog: 0.0.64...0.0.70

0.0.64

30 Jan 01:15
1d052d2
Compare
Choose a tag to compare

Bump dependencies

0.0.63

29 Jan 13:27
edb2be9
Compare
Choose a tag to compare
  • Log when a hook finishes running

0.0.62

29 Jan 05:54
34b63ac
Compare
Choose a tag to compare

What's Changed

  • Switch from custom MicroBenchmark to JMH by @prdoyle in #7
  • Add Bosk.allRegisteredHooks method
  • Make bosk-core an api dependency of other modules so you don't need to import it separately
  • Docs

0.0.61.1-SNAPSHOT: Implement FlushMode.

11 Jan 01:33
c32bd93
Compare
Choose a tag to compare
This is kind of a complicated commit that does a lot of things,
unfortunately. I kept the same functionality, but rejiggered the
responsibilities of the various methods, and renamed them.

0.0.60

15 Dec 01:28
5109003
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.59...0.0.60

0.0.59

12 Dec 23:30
096265b
Compare
Choose a tag to compare

Rename SideTable.forEach to SideTable.forEachValue as a reminder that it requires a ReadContext and reads from the bosk.

Full Changelog: 0.0.58...0.0.59

0.0.58

12 Dec 01:35
8a6b6e6
Compare
Choose a tag to compare

Fix Listing.contains to accept a Reference. Listing is declared to implement Collection<Reference<E>>, yet the contains method was expecting an E.

Full Changelog: 0.0.57...0.0.58

0.0.57

09 Dec 15:47
eca1588
Compare
Choose a tag to compare

Add SideTable.fromEntries.