Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #161 +/- ##
=========================================
Coverage 60.14% 60.14%
Complexity 210 210
=========================================
Files 93 93
Lines 2366 2366
Branches 43 43
=========================================
Hits 1423 1423
Misses 932 932
Partials 11 11 |
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_originvalue must not be set for the signalOriginfor the filtering anymore.With the Update version of core #160 and upgrade to the newest version of the
spine-server, the default (empty)grand_origininstance 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-webartifact no longer provides theappengine-sdkdependency (see Drop dependency on App Engine SDK #153 and Cleanup dependencies #155).API Changes
New
webtest utilities.The
testutil-webartifact 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
KnownRequestandKnownResponseentries 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
MemoizingResponsethat records actions applied to it and allows getting back the modifications.If none of these matches the requirements, the
MockedRequestandMockedResponseinterfaces provide default no-op overrides for the respectiveHttpServletRequestandHttpServletResponseinterfaces and could be implemented to match specific needs.See Improve dependencies management #159 for additional details.
Fixes
spine-webclient (see Keep up/cancel subscription requests fix. #154).Infrastructure
implementationfor compile-only annotations likeerrorproneannotations but use the newly introducedcompileOnlyApiconfiguration for such dependencies (see Improve dependencies management #159).Dependency upgrades
1.3.0->1.5.13.8.0->3.13.02.2.1->3.0.03.4.0->8.3.2