@squiz/db-lib 1.69.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/index.js +1832 -168
- package/lib/index.js.map +4 -4
- package/package.json +2 -1
- package/src/dynamodb/DynamoDbManager.ts +21 -4
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 1.70.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 0d445ab: Avoid waiting for logging request to complete, parallelize more work when saving a content page.
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- 0d445ab: Added spans to more easily identify different portions of the request which relate to saving a content page
|
12
|
+
|
3
13
|
## 1.69.0
|
4
14
|
|
5
15
|
### Minor Changes
|