Closed yuri-sergiichuk closed 3 years ago
Merging #161 (932be31) into master (7c44a94) will not change coverage. The diff coverage is
n/a
.
@@ 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
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 https://github.com/SpineEventEngine/config/issues/155.
Breaking Changes
The default
grand_origin
value must not be set for the signalOrigin
for the filtering anymore.With the #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 #153 and #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 #159 for additional details.
Fixes
spine-web
client (see #154).Infrastructure
implementation
for compile-only annotations likeerrorprone
annotations but use the newly introducedcompileOnlyApi
configuration for such dependencies (see #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