Releases: event-driven-io/Pongo
Releases · event-driven-io/Pongo
0.3.0
📝 What's Changed
- Added Dumbo - utilities for PostgreSQL handling. This is technically a breaking change for the imports of internal PostgreSQL handling. Now endAllPools should be imported from
@event-driven-io/dumbo
by @oskardudycz in #25
📄 Docs
- Added sample using YugabyteDB as a distributed alternative to PostgreSQL by @FranckPachot in #24
New Contributors
- @FranckPachot made their first contribution in #24
Full Changelog: 0.2.4...0.3.0
0.2.4
What's Changed
- Fixed document updates by @oskardudycz in #23
- Renamed Simple Sample to TS and added build workflow by @oskardudycz in #22
Full Changelog: 0.2.3...0.2.4
0.2.3
What's Changed
- Added simple sample and adjusted typing by @oskardudycz in #20
Full Changelog: 0.2.1...0.2.3
0.2.2
What's Changed
- Added peer dependency to pg and uuid types by @oskardudycz in #19
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- Added implementation of insertMany, updateMany and deleteMany by @oskardudycz in #15
Docs
- FIX: typo in variable name in README by @Corwinpro in #11
- fix typo in example by @AtomsForPeace in #10
- Fix some typos in README.md by @NateEag in #12
New Contributors
- @Corwinpro made their first contribution in #11
- @AtomsForPeace made their first contribution in #10
- @NateEag made their first contribution in #12
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Added _id column handling to use a regular column instead of jsonb nested query by @oskardudycz in #7
- Fixed $push operator for appending items to nested arrays by @oskardudycz in #8
- Extract sql building from execution by @oskardudycz in #9
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Added first draft of documentation and logos by @oskardudycz in #3
- Replaced JSON operators with JSON path filters by @oskardudycz in #4
Full Changelog: 0.0.2...0.1.0
0.0.2
What's Changed
- Added missing typing for Mongo shim by @oskardudycz in #2
Full Changelog: 0.0.1...0.0.2
0.0.1
What's Changed
- Added the initial implementation of Pongo operations by @oskardudycz in #1
New Contributors
- @oskardudycz made their first contribution in #1
Full Changelog: https://github.com/event-driven-io/Pongo/commits/0.0.1