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 8a1cd5f commit 5d54e66Copy full SHA for 5d54e66
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+v1.3.4 (31.01.2019)
5
+-------------------
6
+- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond
7
+
8
v1.3.3 (31.01.2019)
9
-------------------
10
- added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond
build.sh
@@ -2,7 +2,7 @@
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.3.3
+RR_VERSION=1.3.4
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"
0 commit comments