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

Commit 5566b4a

Browse files
author
Adam Kliment
committed
Release notes for upcomming version
1 parent 3784982 commit 5566b4a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
## Change Log
22

3+
### v0.6.1
4+
5+
**New** Added `beforeValidation` and `beforeEachValidation` hooks
6+
7+
**New** Added `general` property under results object for each `testStep` and `transaction` for adding other then Gavel errors
8+
9+
**New** Connection errors are handled in scope of each step, emmited to reporter as `test error` and added as a general error `general`
10+
11+
**New** Apiary reporter failure is gracefully handled and will not brake build
12+
13+
14+
15+
- [#229](https://github.com/apiaryio/dredd/pull/229) Clean beforeResults for every gavelResult iteration (@netmilk)
16+
- [#222](https://github.com/apiaryio/dredd/pull/222) Report skipped and programatically failed transactions (@netmilk)
17+
- [#228](https://github.com/apiaryio/dredd/pull/228) Updated the MkDocs config from the deprecated format (@d0ugal)
18+
- [#224](https://github.com/apiaryio/dredd/pull/224) Support for before validation hooks (@netmilk, @nevir)
19+
- [#219](https://github.com/apiaryio/dredd/pull/219) Connection errors in gavel error interface (@netmilk)
20+
- [#218](https://github.com/apiaryio/dredd/pull/218) Public:true/false Apiary reporter, based on token and api-name (suite) existence (@kuba-kubula)
21+
- [#216](https://github.com/apiaryio/dredd/pull/216) Update documentation, fix a few typos/leftovers, line wrapping, how-to changelog (@kuba-kubula)
22+
- [#212](https://github.com/apiaryio/dredd/pull/212) Gracefully handle connection errors to server under test (@netmilk)
23+
- [#214](https://github.com/apiaryio/dredd/pull/214) Fixed example with modifying request URI, closes #186 (@netmilk)
24+
- [#213](https://github.com/apiaryio/dredd/pull/213) Example for session handling in hooks (@netmilk)
25+
26+
327
### v0.6.0
428

529
- [#202](https://github.com/apiaryio/dredd/pull/202) Hooks logging, sending logs to apiary-reporter, transaction.startedAt (@kuba-kubula)

0 commit comments

Comments
 (0)