diff --git a/CHANGELOG.md b/CHANGELOG.md index 7327c80a..b4cf052f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +1.0 +=== + +######2014-04-14 + +- Better proxies +- Case insensitive URL comparisons +- Support encoded URLs +- Improved handling of token URL logic +- Notepad friendly line endings +- Passing along http headers from proxied servers +- Support token authentication for ArcGIS Portal +- Support protocol relative urls in configuration file +- (DotNet) Use relative path for proxy.config +- (Java) Support allowedRerefer="*" +- (Java) support mustMatch="false" +- (php) Support redirects +- Improved error handling and error messages +- Improved documentation +- Added version number to each proxy code file + + 0.9 === diff --git a/DotNet/proxy.ashx b/DotNet/proxy.ashx index dd43d50f..9c8b369d 100644 --- a/DotNet/proxy.ashx +++ b/DotNet/proxy.ashx @@ -3,7 +3,7 @@ /* * DotNet proxy client. * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * */ diff --git a/Java/proxy.jsp b/Java/proxy.jsp index 5ce33e62..d0854a4f 100644 --- a/Java/proxy.jsp +++ b/Java/proxy.jsp @@ -30,7 +30,7 @@ java.text.SimpleDateFormat" %> * * JSP proxy client * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * ----------------------------------------------------------- --> diff --git a/PHP/proxy.php b/PHP/proxy.php index 60d0b4ef..a410e719 100644 --- a/PHP/proxy.php +++ b/PHP/proxy.php @@ -3,7 +3,7 @@ /** * PHP Proxy Client * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * */