We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1881f0 commit f50b92aCopy full SHA for f50b92a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.4.1 (2022-10-19)
4
+
5
+- Fix a bug where the error stream of a bad HTTP request (4xx or 5xx) was not properly recreated on replay.
6
7
## v0.4.0 (2022-10-04)
8
9
- New feature: Set expiration time for interactions (how long since it was recorded should an interaction be considered valid)
VERSION
@@ -1 +1 @@
-0.4.0
+0.4.1
pom.xml
@@ -7,7 +7,7 @@
<groupId>com.easypost</groupId>
<artifactId>easyvcr</artifactId>
10
- <version>0.4.0</version>
+ <version>0.4.1</version>
11
<packaging>jar</packaging>
12
13
<name>com.easypost:easyvcr</name>
0 commit comments