Releases: UW-Madison-DoIT/rest-proxy
Version 2.1.4
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
#47 Removed custom repositories and cache dependencies during Travis CI build
Version 2.1.3
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
#46 Updated dependency versions
Version 2.1.2
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
Features included in this patch
#42 Doesn't double encode query parameters in request
#40 Removes a trailing slash when that was appended when resource key was the same as your resource path with no additional path attributes
Version 1.1.5
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
This release includes a fix to properly pass through the query string to the target. See pull request #19.
Release 1.1.4
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
Fixes several bugs regarding handling of response body and status code, see pull request #17 for more details.
Release 1.1.3
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
This release fixes issue #15, which allows the library to proxy requests that have JSON bodies.
Release 1.1.2
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
Fixes pathing issue by removing the resourceKey from the HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE
request attribute. See pull request #14.
Release 1.1.1
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
Data model change for ProxyRequestContext
which was incorrectly using byte[]
for the password field. Fixes pretty much automatic 401 Unauthorized response for every proxied request. See pull request #13.
Release 1.1.0
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
- Refactors Controller/Service/Dao model and API to extend to REST Resources that support more HTTP verbs than just GET. Previous Controller/Service/Dao still present but marked
@Deprecated
. - Adds proxyHeaders configuration option to relay request attributes as headers to the target resource.
First Release
WARNING: These are not the releases you're looking for. rest-proxy release practices don't tag in Git and don't post releases to GitHub.
First release. Read the README.md for feature list.
This is published to maven central.