Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR does the release of the library version
1.7.0
.A public release of web-related Spine libraries.
As part of the PR, I have also updated the copyright disclaimer as per the SpineEventEngine/config#155.
Breaking Changes
The default
grand_origin
value must not be set for the signalOrigin
for the filtering anymore.With the Update version of core #160 and upgrade to the newest version of the
spine-server
, the default (empty)grand_origin
instance must not be set anymore. This change is already done for the JS client, but if one is using a custom solution, she must not set the defaultgrand_origin
.The
firebase-web
artifact no longer provides theappengine-sdk
dependency (see Drop dependency on App Engine SDK #153 and Cleanup dependencies #155).API Changes
New
web
test utilities.The
testutil-web
artifact now provides new test utilities that simplify the creation of pre-configured servlet requests and responses.If one needs an immutable HTTP request or response, she may use the
KnownRequest
andKnownResponse
entries respectively. They allow setting a constant request or response data and headers that are not gonna be changed while the entry is being used.If it is required to verify that a response is modified by the underlying code, one may use the
MemoizingResponse
that records actions applied to it and allows getting back the modifications.If none of these matches the requirements, the
MockedRequest
andMockedResponse
interfaces provide default no-op overrides for the respectiveHttpServletRequest
andHttpServletResponse
interfaces and could be implemented to match specific needs.See Improve dependencies management #159 for additional details.
Fixes
spine-web
client (see Keep up/cancel subscription requests fix. #154).Infrastructure
implementation
for compile-only annotations likeerrorprone
annotations but use the newly introducedcompileOnlyApi
configuration for such dependencies (see Improve dependencies management #159).Dependency upgrades
1.3.0
->1.5.1
3.8.0
->3.13.0
2.2.1
->3.0.0
3.4.0
->8.3.2