Skip to content

Latest commit

 

History

History
212 lines (143 loc) · 9.93 KB

releasenotes.md

File metadata and controls

212 lines (143 loc) · 9.93 KB
  • mongodb: Support mongo atomic operators #74 thanks to OrH
  • mongodb: useUnifiedTopology
  • introduce before and after database events
  • Allow to set dynamo DB document client options #65 thanks to wrobel
  • elasticsearch6: upsert bulkCommit for elasticsearch6 ( handle create -> update -> update ) #61 thanks to nanov
  • elasticsearch6: fix potential concurrency error on multiple updates.
  • elasticsearch6: bulkCommit fix
  • bulkCommit: mongodb fix concurrency check for upserts
  • bulkCommit: check for empty bulkOperations
  • bulkCommit: mongodb wait for serverStatus call
  • bulkCommit: check for empty vms
  • bulkCommit for Elasticsearch 6.X implementation #58 thanks to nanov
  • fix typo in error case
  • introduce optional bulkCommit
  • remove deprecated option max_attempts from redis options
  • compatibility with new mongodb version (3.x)
  • Switching DynamoDB scan to FilterExpression #55 thanks to Glockenbeat
  • fixing dynamodb DocumentClient initialization #53 thanks to Glockenbeat
  • move aws-sdk to dev dep
  • correct require statement
  • fix the Viewmodel toJSON method deserialize date ISO string to a date #53 thanks to emmkong
  • AWS DynamoDb implementation #52 thanks to emmkong
  • Elasticsearch 6.X and 5.x implementation #51 thanks to nanov and his company eCollect which enabled him to work also during working hours
  • fix for new mongodb driver
  • update deps
  • mongodb: try to create collection earlier (on extend call)
  • redis, mongodb: call disconnect on ping error
  • Support mongo connection string
  • inmemory: now correctly instantiates with collectionName #46 thanks to hilkeheremans
  • redis, mongodb: call disconnect on ping error
  • redis: added optional heartbeat
  • azuretable: array properties were not properly stored in entity #44 thanks to mpseidel
  • redis: fix for new redis lib
  • mongodb: added optional heartbeat
  • mongodb: do not call ensureIndexes on clear
  • redis: fix wrong multi response handling
  • speed up mongodb and inmemory commits
  • give possibility to use mongodb with authSource
  • updated dep
  • added possiblity to query with regex
  • optimization for npm link'ed development
  • catch concurrency error on destroy commit
  • added elasticsearch support
  • redis: replace .keys() calls with .scan() calls => scales better
  • fix errors in azureTable implementation #13 thanks to rvin100
  • added mongodb driver 2.x support
  • fix errors in azureTable implementation #12 thanks to rvin100
  • added mongodb driver 2.x support
  • added documentdb support #11 thanks to sbiaudet
  • added findOne functionality
  • fix usage with own db implementation
  • added clear functionality to clear a collection
  • fix date issue for azure-table #8 thanks to sbiaudet
  • automatically add commitStamp on commit

v1.2.2

  • azure-table: fix issue in find #7 thanks to rvin100

v1.2.1

  • fix paging issue in azure-table #6 thanks to rvin100

v1.2.0

v1.1.7

  • added clear function (only for testing)

v1.1.6

  • fix undefined repository test in ViewModel constructor #4 thanks to sbiaudet

v1.1.5

  • make redis commit transactional

v1.1.3

  • if no passing a callback when initing a new repo, do not automatically connect

v1.1.2

  • replace json-serialize with jsondate

v1.1.1

  • added possibility for inmemory implementation to search with multiple values

v1.1.0

  • added possibility to pass query options

v1.0.3

  • parse json with json-serialize

v1.0.2

  • mongodb define index as string too

v1.0.1

  • added toJSON function on result array of find function

v1.0.0

  • IMPORTANT: changed API!!!
  • added redis support