Skip to content

Releases: ErlyORM/boss_db

0.9.1

10 May 19:16
40aad5d
Compare
Choose a tag to compare
  • fix path tto erlmc library

Erlang 21 support

20 Nov 06:08
Compare
Choose a tag to compare

finally v0.9 is here with rebar3 & OTP 21 support

2018 is here

11 Feb 06:40
4330a77
Compare
Choose a tag to compare
  • Avoid unneccessary call in get(Path) (thanks to @graeme-defty )
  • Making pool options configurable (thanks @wk8 )
  • Fix inflector pluralize irregulars (by @kostochkin )
  • some deps updated

Erlang 20 compatibility

15 Jul 20:44
Compare
Choose a tag to compare

some deps updated to support Erlang/OTP 20.0

First 0.9 beta

15 Apr 21:09
Compare
Choose a tag to compare

included:

  • rebar3 support
  • erlang 19 support
  • all tests passing (some has been disabled for now)
  • almost all deps has been updated

thanks to @brigadier and @drobakowski for their PRs

v0.8.16.2

11 Aug 06:16
Compare
Choose a tag to compare
re-enable tests

v0.8.16.1

11 Aug 05:34
Compare
Choose a tag to compare
v0.8.16.1 Pre-release
Pre-release
remove unused file

Save point

10 Aug 18:51
Compare
Choose a tag to compare

Due to incompatibility changes between R16 and 18 Erlang versions, separate legacy branch created to support R16 and this is first release to solve issues breaking compilation

  • updated mongodb-erlang to use specific version of bson dependency, instead of HEAD

all development for newer Erlang versions continues on master branch.

I, ErlyORM!

20 Mar 09:32
Compare
Choose a tag to compare

This release is identical in codebase to v0.8.14 except two changes:

  • fixed link to uuid repo
  • boss_db and related projects moved to separate organization called ErlyORM. We hope it will gain more attention as separate project and not just part of CB and will became standard for database access in Erlang world.

Maps support

21 Jan 19:01
Compare
Choose a tag to compare

This version adding support for Maps introduced in Erlang/OTP 17 (tnx to @dcy ). Few other handful fixes merged too. Big thanks to all developers who sent their PRs.