Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Jul 18, 2023
1 parent 400a0f7 commit 59bac3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-timers-push.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/gae-js-datastore-backups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@google-cloud/tasks": "3.1.2",
"@mondomob/gae-js-bigquery": "2.0.0",
"@mondomob/gae-js-core": "7.0.3",
"@mondomob/gae-js-datastore": "10.0.1",
"@mondomob/gae-js-datastore": "10.1.0",
"@mondomob/gae-js-storage": "9.0.1",
"@mondomob/gae-js-tasks": "11.1.0",
"@types/luxon": "3.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gae-js-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mondomob/gae-js-datastore

## 10.1.0

### Minor Changes

- 400a0f7: Add reindexInBatches function that performs reindex operation in an efficient manner (using batch sizes of 200 by default) for large datasets. Also FIXES an issue where there was an unbounded Promise.all() in the existing reindex() function that would have caused issues. This now limits to a maximum of 20 promises at any one time.

## 10.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gae-js-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondomob/gae-js-datastore",
"version": "10.0.1",
"version": "10.1.0",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 59bac3f

Please sign in to comment.