This repository was archived by the owner on May 6, 2019. It is now read-only.
Tags: AODocs-Dev/endpoints-java
Tags
v2.0.14 includes minor fixes and features * re-add canonical name to discovery generation * add description for enum constants used in parameters * add retry logic for getting token info * don't generate web accessible discovery for APIs that have discoverable set to false
v2.0.12 adds minor improvements and bug fixes * discovery parameterOrder more closely matches original behavior * discovery now has enum description support * schema properties can be documented via @ApiResourceProperty * API Explorer now uses the new Google icon * null exception messages no longer cause a server error
v2.0.10 fixes some minor bugs * add support for rejecting requests for methods annotated AuthLevel.REQUIRED before it reaches backend code * when JWT and API key requirements are configured, require both, rather than either * add ServiceException.withLogLevel for setting a custom log level for exceptions
v2.0.8 includes minor bug fixes * parameterOrder is now set if query parameters exist, which should fix unstable parameter ordering in client libraries * App Engine SDK version is bumped to 1.9.56 * OpenAPI spec generation uses the new Google extensions for auth
v2.0.8 adds rate limiting annotations and bug fixes * Rate limiting annotations ApiLimitMetric and ApiMetricCost. These are provide config only. Implementation will be provided by the endpoints-management libraries. * Unsupported HTTP methods will now fail more gracefully, rather than displaying a stacktrace to the caller. * proxy.html for the Google JavaScript API client should now load slightly faster, due to not having to substitute a base path.
PreviousNext