From 33dd1260c3b994acfd0565ca5eb93ebf80139162 Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Tue, 15 Aug 2017 17:28:09 -0700 Subject: [PATCH 1/3] Stop using beta, #316 --- DotNet/proxy.ashx | 4 ++-- Java/proxy.jsp | 4 ++-- PHP/proxy.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DotNet/proxy.ashx b/DotNet/proxy.ashx index b81da7ea..1ef15264 100644 --- a/DotNet/proxy.ashx +++ b/DotNet/proxy.ashx @@ -3,7 +3,7 @@ /* * DotNet proxy client. * - * Version 1.1.1-beta + * Version 1.1.2 * See https://github.com/Esri/resource-proxy for more information. * */ @@ -21,7 +21,7 @@ using System.Net; public class proxy : IHttpHandler { - private static String version = "1.1.1-beta"; + private static String version = "1.1.2"; class RateMeter { double _rate; //internal rate is stored in requests per second diff --git a/Java/proxy.jsp b/Java/proxy.jsp index 8771e195..7a808c09 100644 --- a/Java/proxy.jsp +++ b/Java/proxy.jsp @@ -35,12 +35,12 @@ java.text.SimpleDateFormat" %> * * JSP proxy client * -* Version 1.1.1-beta +* Version 1.1.2 * See https://github.com/Esri/resource-proxy for more information. * ----------------------------------------------------------- --> -<%! final String version = "1.1.1-beta"; %> +<%! final String version = "1.1.2"; %> <%! public static final class DataValidUtil { diff --git a/PHP/proxy.php b/PHP/proxy.php index 7bfeed96..53f174cc 100644 --- a/PHP/proxy.php +++ b/PHP/proxy.php @@ -3,12 +3,12 @@ /** * PHP Proxy Client * - * Version 1.1.1-beta + * Version 1.1.2 * See https://github.com/Esri/resource-proxy for more information. * */ -$version = "1.1.1-beta"; +$version = "1.1.2"; error_reporting(0); From 3e14eff9a60cb3e04c9fcfcc539440eb08ce27c8 Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Tue, 15 Aug 2017 20:12:38 -0700 Subject: [PATCH 2/3] 1.1.1 is next minor version, #316 --- DotNet/proxy.ashx | 4 ++-- Java/proxy.jsp | 4 ++-- PHP/proxy.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DotNet/proxy.ashx b/DotNet/proxy.ashx index 1ef15264..922ca14b 100644 --- a/DotNet/proxy.ashx +++ b/DotNet/proxy.ashx @@ -3,7 +3,7 @@ /* * DotNet proxy client. * - * Version 1.1.2 + * Version 1.1.1 * See https://github.com/Esri/resource-proxy for more information. * */ @@ -21,7 +21,7 @@ using System.Net; public class proxy : IHttpHandler { - private static String version = "1.1.2"; + private static String version = "1.1.1"; class RateMeter { double _rate; //internal rate is stored in requests per second diff --git a/Java/proxy.jsp b/Java/proxy.jsp index 7a808c09..82c51ed2 100644 --- a/Java/proxy.jsp +++ b/Java/proxy.jsp @@ -35,12 +35,12 @@ java.text.SimpleDateFormat" %> * * JSP proxy client * -* Version 1.1.2 +* Version 1.1.1 * See https://github.com/Esri/resource-proxy for more information. * ----------------------------------------------------------- --> -<%! final String version = "1.1.2"; %> +<%! final String version = "1.1.1"; %> <%! public static final class DataValidUtil { diff --git a/PHP/proxy.php b/PHP/proxy.php index 53f174cc..24233757 100644 --- a/PHP/proxy.php +++ b/PHP/proxy.php @@ -3,12 +3,12 @@ /** * PHP Proxy Client * - * Version 1.1.2 + * Version 1.1.1 * See https://github.com/Esri/resource-proxy for more information. * */ -$version = "1.1.2"; +$version = "1.1.1"; error_reporting(0); From 85e7561f8e61fca3982392736700aa4498ac3353 Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Tue, 15 Aug 2017 20:46:38 -0700 Subject: [PATCH 3/3] bump changelog to 1.1.1 --- CHANGELOG.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718a0447..2be4ff08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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