Releases: ErlyORM/boss_db
Releases · ErlyORM/boss_db
0.9.1
Erlang 21 support
finally v0.9 is here with rebar3 & OTP 21 support
2018 is here
- 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
some deps updated to support Erlang/OTP 20.0
First 0.9 beta
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
v0.8.16.1
Save point
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!
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
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.