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

Commit b1d9d96

Browse files
committed
Release v2.0.0
1 parent a88a28b commit b1d9d96

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# Changelog
22

3-
# Upcoming
4-
5-
Performance, Page, and Network Assertions against the HAR.
3+
# [2.0.0]
4+
- Performance, Page and Network assertions. The proxy now lets you "assert" over the REST API about the recent HTTP traffic. If you are familiar with HAR files, this lets you skip handling them directly for most use-cases. Some highlights (See the rest in: https://github.com/browserup/browserup-proxy/commit/889aeda6d27b05b50714b754f6e43b3a600e6d9b):
5+
- assertMostRecentResponseTimeLessThanOrEqual
6+
- assertResponseTimeLessThanOrEqual
7+
- assertMostRecentResponseContentContains
8+
- assertMostRecentResponseContentMatches
9+
- assertAnyUrlContentLengthLessThanOrEquals
10+
- assertAnyUrlContentMatches
11+
- assertAnyUrlContentDoesNotContain
12+
- assertAnyUrlResponseHeaderContains
13+
- assertResponseStatusCode
14+
- assertMostRecentResponseContentLengthLessThanOrEqual
15+
- Fix compatibility with the HAR viewer by setting correct defaults per the HAR spec
16+
- Update Netty to the latest version
17+
- Merge in contribution from @jrgp to allow upstream proxy connections to utilize HTTPS.
18+
- Default to the step name "Default" when requests come through and no page is set yet.
619

720
# [1.2.1]
821
- No changes, binaries compiled for Java 8+.

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 = '2.0.0-SNAPSHOT'
31+
version = '2.0.0'
3232

3333
sourceCompatibility=1.8
3434

0 commit comments

Comments
 (0)