Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 378d5fa

Browse files
committed
Release v1.2.1
1 parent af281c7 commit 378d5fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
Performance, Page, and Network Assertions against the HAR.
66

7+
# [1.2.1]
8+
- No changes, binaries compiled for Java 8+.
9+
710
# [1.2.0]
811
- Add much-needed handling of Brotli Compression. Brotli has become a popular alternative to GZIP compression scheme, and is utilized all over the web by websites including Google and Facebook. The proxy can now decompress and recognize brotli.
912
- Add recognition for variant (versioned) JSON content type strings. Previously, response bodies for JSON content types with content types like "application/something-v1+json" would not be captured. Now they will be.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
apply plugin: 'signing'
2929

3030
group = 'com.browserup'
31-
version = '1.3.0-SNAPSHOT'
31+
version = '1.2.1'
3232

3333
sourceCompatibility=11
3434

0 commit comments

Comments
 (0)