happn-service-mongo-2
Version:
service plugin for running happn on a mongo database, for happn-3 instances
76 lines (62 loc) • 1.9 kB
Markdown
0.1.0 2016-10-08
----------------
- incorporated redis lru cache
1.0.0 2017-02-08
----------------
- added happn-3 as dev dependancy
- modified to work as a happn-3 data provider
1.0.1 2017-02-15
----------------
- updated happn
- fixed created date not being returned on insert
1.1.0 2017-04-04
----------------
- issue-3 - Allow for replicaSet options
- issue-4 - Allow for ssl in options
- issue-5 - Don't mangle replica set url
1.2.0 2017-06-21
----------------
- issue-7 - Indexes not being created
- updated index to push creation log to database, system also checks if index previously created
- index tests
2.0.0 2018-04-03
----------------
- findAndModify fails on unique index, documented mongo behavior - have retry in place
- removed unnecessary binds on upsert methods
- updated mongodb dependency
2.1.0 2018-05-14
----------------
- increment functionality and tests
- removed archived tests
2.1.1 2018-05-29
----------------
- concurrent upsert tests
- generalized check for unique constraint error on upsert to just 'duplicate key'
2.2.0 2019-05-24
----------------
- $regex filter tests introduced
- cleaned up code, using let instead of var, refactored to remove \_this where possible
- improved test coverage and test helper for happn tests
3.0.0 2019-05-24
----------------
- removed $not sift, this will result in breaking code possibly where not was being used in a non-mongo standard way
- further cleanups of datastore
- added count feature
- added aggregate feature
- add collation option
3.1.0 2020-02-12
----------------
- added support maxTimeMS parameter for find queries
3.1.1 2021-06-29
----------------
- fixed maxTimeMS test
3.1.2 2021-07-20
----------------
- added docker instructions to readme
4.0.0 2021-07-20
----------------
- mongo-4 driver
- removed redis cache - was never used
4.0.1 2021-07-20
----------------
- SMC-4388: remove main from package