Skip to content

Tags: cloudaware/endpoints-java

Tags

v2.0.7

Toggle v2.0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
bump version to 2.0.7

* Bug fix for hostname and base path reversal for command line
  introduced in 2.0.6
* Transformed types are now treated correctly when used in array types

v2.0.6

Toggle v2.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.6 includes some minor changes

* move user id logging to FINE
* make GoogleAuth#getAuthToken() public so Authenticators can use it
* add hostname and base path flags to all EndpointsTool commands
* hide resource fields that have all private members (instance field,
  accessor, and mutator). Previously, a private mutator would make the
  resource field public.

v2.0.5

Toggle v2.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.5 contains several bug fixes

* use web-safe base64 encoding for byte arrays
* append path parameters to canonical path for discovery generation
* fix empty servicePath not being present in discovery docs
* set X-Frame-Options in proxy.html handler

v2.0.4

Toggle v2.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.4 contains several bug fixes

* Doubles now have a double format in discovery, matching previous
  behavior
* API Explorer redirect has been fixed to remove the port number, which
  API Explorer does not allow in most cases
* Authenticator classes can now throw ServiceException. Exception
  logging from SystemService has been cleaned up and (hopefully)
  improved
* Fix a stack overflow issue when recursive schema are used across
  multiple APIs
* Disable property/field name conflict validation, opting to log instead
  of throw for the time being
* Add API config validation to get-discovery-doc tool action

v2.0.3

Toggle v2.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.3 fixes the uberjar distribution

v2.0.2

Toggle v2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.2 fixes a NullPointerException in user auth

v2.0.1 introduced a regression where a lack of credentials would cause a
NullPointerException. This release fixes that.

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.1 includes a host of small bugfixes

* discovery generation received several fixes:
  * API title is now included
  * subresource schema are now properly included
  * absolute path generation has been fixed
* OpenAPI generation now uses new Google extension names
* API config validation has been refactored to include things that were
  previously bundled in JsonConfigWriter, which is deprecated
* Framework dependency has been updated to 1.9.49
* Most dependencies on the App Engine SDK have been removed or made
  optional, such as datastore Blob support
* Some dead code has been removed

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.0 is the first GA release!

* get-client-lib no longer generates intermediate discovery docs,
  reverting back to previous behavior
* EndpointsTool now also attempts to read app.yaml from the root of the
  application directory, rather than just inside the WEB-INF directory
* Discovery correctly outputs a int64 as the format for longs

v2.0.0-beta.12

Toggle v2.0.0-beta.12's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.0-beta.12 fixes several discovery issues

* get-client-lib works properly again (broken by the local discovery
  change)
* add namespace information to discovery docs
* fix path parameter ordering
* fix API root in discovery doc output
* add "body" as name for body parameter in OpenAPI request bodies

v2.0.0-beta.11

Toggle v2.0.0-beta.11's commit message

Verified

This tag was signed with the committer’s verified signature.
tangiel Daniel T
v2.0.0-beta.11 renames get-swagger-doc

* get-swagger-doc is now get-openapi-doc.