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

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpowell committed Jul 29, 2019
1 parent a88a28b commit b1d9d96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# Changelog

# Upcoming

Performance, Page, and Network Assertions against the HAR.
# [2.0.0]
- 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):
- assertMostRecentResponseTimeLessThanOrEqual
- assertResponseTimeLessThanOrEqual
- assertMostRecentResponseContentContains
- assertMostRecentResponseContentMatches
- assertAnyUrlContentLengthLessThanOrEquals
- assertAnyUrlContentMatches
- assertAnyUrlContentDoesNotContain
- assertAnyUrlResponseHeaderContains
- assertResponseStatusCode
- assertMostRecentResponseContentLengthLessThanOrEqual
- Fix compatibility with the HAR viewer by setting correct defaults per the HAR spec
- Update Netty to the latest version
- Merge in contribution from @jrgp to allow upstream proxy connections to utilize HTTPS.
- Default to the step name "Default" when requests come through and no page is set yet.

# [1.2.1]
- No changes, binaries compiled for Java 8+.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
apply plugin: 'signing'

group = 'com.browserup'
version = '2.0.0-SNAPSHOT'
version = '2.0.0'

sourceCompatibility=1.8

Expand Down

0 comments on commit b1d9d96

Please sign in to comment.