Skip to content

Commit 7477a18

Browse files
authored
release 1.7.0 (#140)
1 parent 60063a1 commit 7477a18

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.7.0] - 2023-05.03
4+
5+
* New(gradle): Add Hermit
6+
* New: Add `pageWritten` hook to `WritingPager.Handler`
7+
* New: Add paging to `batchLoad` and `batchWrite` (sync only)
8+
* Docs: Migration guide for v1 -> v2
9+
* Test: Shorter timeout on test dynamo server
10+
* Chore(deps): Upgrade OpenJDK to 17
11+
* Chore(gradle): Upgrade to 7.6.1
12+
* Chore(deps): Upgrade to Kotlin 1.7
13+
* Chore(gradle): Swap out kotlin-dsl for kotlin-jvm
14+
315
## [1.6.2] - 2022-04.01
416

517
* Fixed: Fixing release, making sure we run the publication logic (#100)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,13 @@ public List<String> getAlbumTrackTitles(String albumToken) {
486486
For AWS SDK 1.x:
487487
488488
```groovy
489-
implementation "app.cash.tempest:tempest:1.6.2"
489+
implementation "app.cash.tempest:tempest:1.7.0"
490490
```
491491
492492
For AWS SDK 2.x:
493493
494494
```groovy
495-
implementation "app.cash.tempest:tempest2:1.6.2"
495+
implementation "app.cash.tempest:tempest2:1.7.0"
496496
```
497497
498498
## Migrating From Tempest 1 to Tempest 2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=app.cash.tempest
4-
VERSION_NAME=1.6.2
4+
VERSION_NAME=1.7.0
55

66
POM_URL=https://github.com/square/tempest/
77
POM_SCM_URL=https://github.com/square/tempest/

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ plugins:
5050

5151
extra:
5252
versions:
53-
tempest: '1.6.2'
53+
tempest: '1.7.0'
5454

5555
nav:
5656
- 'Overview': index.md

0 commit comments

Comments
 (0)