Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
bump changelog to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsvensson committed Aug 16, 2017
1 parent 3e14eff commit 85e7561
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.1] - 2017-08-15

### Added
- (DotNet) Support for using IIS application pool for authenticating with secured resources

### Fixed
- Support WMS servers that use `application/vnd.ogc.wms_xml` content-type
- (DotNet) Change error response to be well-formed JSON
- (DotNet) Smarter SSL/TLS1.2/TLS1.3 picking
- (DotNet) Smarter HTTP header pass-alongs
- (DotNet) Improved 498/499 handling
- (DotNet) Avoid "Exception thrown: 'System.Threading.ThreadAbortException' in mscorlib.dll" error in Visual Studio.
- (Java) Support chunked transfers
- Improved doc

### Security

## [1.1.0] - 2015-11-05

### Added
### Added
- Support for 10.3 tokens
- Support for federated services
- Support for hostRedirect to use aliased domains
Expand Down Expand Up @@ -45,6 +62,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial public release

[Unreleased]: https://github.com/Esri/resource-proxy/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/Esri/resource-proxy/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/Esri/resource-proxy/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Esri/resource-proxy/compare/v1.0...v1.1.0
[1.0]: https://github.com/Esri/resource-proxy/compare/v0.9...v1.0

0 comments on commit 85e7561

Please sign in to comment.