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

Commit 491301b

Browse files
committed
Release v1.2.0
1 parent 93aa217 commit 491301b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

7+
# [1.2.0]
8+
- 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.
9+
- 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.
10+
- Fix a credentials leak where the basic auth header was being added to non-connect request types.
11+
- Dependency updates
12+
713
# [1.1.0]
814
- ZIP distribution with launch scripts, SSL certificates and keys
915
- Dependency updates

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.2.0-SNAPSHOT'
31+
version = '1.2.0'
3232

3333
sourceCompatibility=11
3434

0 commit comments

Comments
 (0)