Skip to content

Commit

Permalink
0.5 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Jan 29, 2021
1 parent 75c8ea9 commit 42b03eb
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ options:
# - perf
# - refactor
commit_groups:
# title_maps:
# feat: Features
# fix: Bug Fixes
# perf: Performance Improvements
# refactor: Code Refactoring
title_maps:
feat: Features
Add: Features
Fix: Bug Fixes
Fixup: Bug Fixes
# perf: Performance Improvements
refactor: Code Refactoring
header:
pattern: "^((\\w+)\\s.*)$"
pattern_maps:
- Subject
- Type
notes:
keywords:
- BREAKING CHANGE
- BREAKING CHANGE
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Couper Changelog

<a name="0.5"></a>
## [0.5](https://github.com/avenga/couper/compare/0.4.2...0.5)

> 2021-01-29
### Bug Fixes

* Fix missing http.Hijacker interface to be able to handle websocket upgrades ([#80](https://github.com/avenga/couper/issues/80))

### Features

* Add additional eval functions: coalesce, json_decode, json_encode ([#105](https://github.com/avenga/couper/pull/105))
* Add multi API support ([#103](https://github.com/avenga/couper/issues/103))
* Add free endpoints ([#90](https://github.com/avenga/couper/issues/90))
* Add remove_, set_ and add_headers ([#98](https://github.com/avenga/couper/issues/98))

### Code Refactoring

* improved internals for configuration load

### Dependencies

* Upgrade hcl to 2.8.2
* Upgrade go-cty module to 1.5.0
* Upgrade logrus module to 1.7.0
* Upgrade kin-openapi module to v0.37

<a name="0.4.2"></a>
## [0.4.2](https://github.com/avenga/couper/compare/0.4.1...0.4.2)

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Couper Docs - Version 0.2
# Couper Docs - Version 0.5

## Table of contents

Expand Down

0 comments on commit 42b03eb

Please sign in to comment.