Releases: WURFL/wurfl-microservice-client-golang
Releases · WURFL/wurfl-microservice-client-golang
WURFL Microservice Golang clilent 2.1.3
- Upgraded dependencies
- Fixed a test
WURFL Microservice Golang client 2.1.2
Added:
- Test for cache usage
- Usage of whole request in example application
WURFL Microservice Golang client 2.1.1
- Fixed issue in
LookupHeaders(map[string]string
when correct headers are passed using mixed case keys (ie: "UsEr-Agent")
WURFL Microservice Golang client 2.1.0
- Introduced client API method LookupHeaders(map[string]string) useful when http request headers are available from file or data stream and not via the traditional Request struct.
WURFL Microservice Golang client 2.0.1
Adapted unit tests to new server behavior of not returning error on empty user-agent or header. They are also adapted to run with different server configurations (ie AWS/Azure Professional edition, Docker server).
WURFL Microservice Golang client 2.0.0
- First release