Releases: JuliaTesting/BrokenRecord.jl
Releases · JuliaTesting/BrokenRecord.jl
v0.1.9
v0.1.8
v0.1.7
BrokenRecord v0.1.7
Fixed a bug that caused saved data to not be used when not specifying the file extension.
v0.1.6
BrokenRecord v0.1.6
Merged pull requests:
v0.1.5
BrokenRecord v0.1.5
Fixes a bug with an older version of YAML.jl.
Closed issues:
- Feature request: "Clean up" function to remove all the BrokenRecord custom layers (#10)
- Bug report: ERROR: while parsing a block mapping at line 9, column 8: expected , but found YAML.ScalarToken at line 9, column 18 (#11)
Merged pull requests:
- Reorder things to make sure custom layers don't persist on errors (#12) (@christopher-dG)
- Require the latest version of YAML (YAML 0.4.3) (#13) (@DilumAluthge)
v0.1.4
BrokenRecord v0.1.4
Multiple storage backends are now supported (#7). Proper docs coming soon. ™️
Closed issues:
- Plaintext serialization (#2)
- Move CI from Travis to GitHub Actions? (#5)
- Filter response headers (#8)
Merged pull requests:
- README: Don't recommend that users use HTTP.jl via
using BrokenRecord: HTTP
(#6) (@DilumAluthge) - Support multiple storage backends (#7) (@christopher-dG)
- Filter response headers too (#9) (@christopher-dG)
v0.1.3
BrokenRecord v0.1.3
No user-facing changes, but performance is now significantly higher due to removing usage of Cassette.
Merged pull requests:
- Use HTTP default layer functions instead of Cassette (#1) (@christopher-dG)