forked from dotCMS/core
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency com.maxmind.geoip2:geoip2 to v4 - abandoned #358
Open
renovate
wants to merge
12
commits into
main
Choose a base branch
from
renovate/com.maxmind.geoip2-geoip2-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
codeowners with workflow devs ### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
This pull request includes several changes to the deployment process for the JavaScript SDK in the `.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml` file. The primary focus is on updating the versioning and tagging system from "alpha" to "beta". Changes to versioning and tagging: * Updated the example projects to point to the 'next' tag instead of 'latest' to prevent version inconsistency. * Changed the default `npm-package-tag` from 'alpha' to 'beta'. * Modified the script to fetch the current version using the 'beta' tag instead of 'alpha', and set the initial version to "0.0.1-beta.0" if no current version is found. * Adjusted the version calculation logic to increment the beta version number instead of the alpha number. * Changed the npm dist-tag addition command to use the 'next' tag instead of 'latest'.
Just a file to trigger the workflow
This pull request includes a small but important change to the deployment script for the JavaScript SDK. The modification ensures that the `CURRENT_VERSION` is correctly set even if the retrieved version is `null`. * [`.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml`](diffhunk://#diff-b47e2bc3507c79547b7f53206919f60585f49479fa09c01ee9ab15eb6bb4c068L74-R74): Updated the condition to check if `CURRENT_VERSION` is `null` and set it to `0.0.1-beta.0` if true.
Just trigger the workflow
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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 contains the following updates:
2.1.0
->4.2.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
maxmind/GeoIP2-java (com.maxmind.geoip2:geoip2)
v4.2.1
Compare Source
maxmind-db
was upgraded to 3.1.1.v4.2.0
Compare Source
WebServiceProvider
interface has been added to facilitate mocking ofWebServiceClient
. Requested by Evan Chrisinger. GitHub #359.related to it have been deprecated.
fromString
static method on theConnectionType
enum now hasthe
JsonCreator
annotation so that it is used when deserializing.This will prevent new additions in the future from causing a
deserialization error.
isAnycast()
method was added tocom.maxmind.geoip2.record.Traits
.This returns
true
if the IP address belongs to an anycastnetwork. This is available for the
GeoIP2 Country, City Plus, and Insights web services and the GeoIP2 Country,
City, and Enterprise databases.
v4.1.0
Compare Source
SATELLITE
to theConnectionType
enum.v4.0.1
Compare Source
com.maxmind.db
is now a transitive dependency of this Java module.v4.0.0
Compare Source
v3.0.2
Compare Source
maxmind-db
dependencies.v3.0.1
Compare Source
slunker. GitHub #306.
v3.0.0
Compare Source
java.net.http.HttpClient
.close()
method onWebServiceClient
is now deprecated. Itno longer does anything.
WebServiceClient.Builder
:connectTimeout(int)
has been deprecated in favor ofconnectTimeout(Duration)
.readTimeout(int)
has been deprecated in favor ofrequestTimeout(Duration)
.proxy(Proxy)
has been deprecated in favor ofproxy(ProxySelector)
.HttpException
andInvalidRequestException
,getUrl()
has beendeprecated in favor of
getUri()
. Constructors that took aURL
havebeen replaced with the equivalent taking a
URI
.particular:
getGeoNameId()
onCity
,Continent
,Country
,RepresentedCountry
,and
Subdivision
now returns aLong
rather than anInteger
.getAutonomousSystemNumber()
onAsnResponse
andTraits
now returnsa
Long
rather than anInteger
.v2.17.0
: 2.17.0Compare Source
branch. In particular, this fixes an issue deserializing the
new
connection_type
from the GeoIP2 web services.maxmind-db
dependencies.v2.16.1
Compare Source
JsonProperty
annotations togetMobileCountryCode()
andgetMobileNetworkCode()
so that it is possible to serialize theobject as JSON and then deserialize without losing data.
v2.16.0
Compare Source
added for the GeoIP2 ISP and Enterprise databases as well as the GeoIP2
City and Insights web services.
getMobileCountryCode()
andgetMobileNetworkCode()
were added tocom.maxmind.geoip2.model.IspResponse
for the GeoIP2 ISP database and
com.maxmind.geoip2.record.Traits
for theEnterprise database and the GeoIP2 City and Insights web services. We expect
this data to be available by late January, 2022.
These constructors are not generally used by users of this library
directly except perhaps when mocking the reader in tests.
v2.15.0
Compare Source
v2.14.0
Compare Source
maxmind-db
dependency to reduce locking when being used frommultiple threads and to improve the exceptions thrown on an invalid
database.
v2.13.1
Compare Source
maxmind-db
dependency to fix handling of long strings in thedatabase. Reported by Dongmin Yu. GitHub #181.
v2.13.0
Compare Source
continue using 2.12.0.
DatabaseReader
now provides the methods that return anOptional
ratherthan throwing an exception when the record is not found in the database. These
methods are prefixed with "try". Closes #28. Pull request by Luke Butters.
GitHub #147.
getNetwork()
methods have been added to the various response models. Thesereturn a
com.maxmind.db.Network
object representing the largest networkwhere all the fields besides the IP address are the same.
isAnonymousVpn()
andisHostingProvider()
to be more descriptive.DatabaseReader
methodscity()
andcountry()
can now be called onthe Enterprise database and the
country()
method can be called on Citydatabases. Request by Gergely Boromissza. GitHub #132.
getStaticIpScore()
andgetUserCount()
methods were added tocom.maxmind.geoip2.record.Traits
for use with GeoIP2 Precision Insights.They represent a measure of how static or dynamic an IP address is, and an
estimate of the number of users sharing a given address or network,
respectively.
v2.12.0
Compare Source
userId
toaccountId
in various places and support the future errorcodes
ACCOUNT_ID_REQUIRED
andACCOUNT_ID_UNKNOWN
.v2.11.0
Compare Source
Proxy.NO_PROXY
.isInEuropeanUnion()
method was added tocom.maxmind.geoip2.record.Country
. This returnstrue
if the countryis a member state of the European Union.
v2.10.0
Compare Source
com.maxmind.geoip2.record.Traits
for use with GeoIP2 Precision Insights:isAnonymous()
,isAnonymousVpn()
,isHostingProvider()
,isPublicProxy()
,and
isTorExitNode()
.v2.9.0
Compare Source
v2.8.1
Compare Source
maxmind-db
dependency to fixjackson-databind
version rangeissue. Closes GitHub #77.
v2.8.0
Compare Source
v2.7.0
Compare Source
v2.6.0
Compare Source
faster caching with fewer allocations.
than being added to the
JsonNode
before deserialization. Pull requests byViktor Szathmáry. GitHub #56.
v2.5.0
Compare Source
default, no caching is performed. Please see the
README.md
file or the APIdocs for information on how to enable caching. Pull requests by Viktor
Szathmáry. GitHub #55.
v2.4.0
Compare Source
database records to them rather than overriding the access modifiers on
them. Pull request by Martijn van Groningen. GitHub #51 & #52.
toString()
methods in the models haschanged to better represent the values returned by the databases and web
services.
toString()
should be only used for debugging and diagnostics.Do not try to parse it. If you want the contents of the model as a machine-
readable string, use
toJson()
.includes several performance enhancements from by Viktor Szathmáry.
v2.3.1
Compare Source
v2.3.0
Compare Source
average_income
andpopulation_density
fields.isAnonymousProxy()
andisSatelliteProvider()
methods oncom.maxmind.geoip2.record.Traits
have been deprecated. Please use our[GeoIP2 Anonymous IP database](https://www.maxmind.com/en/geoip2-anonymous-
ip-database) to determine whether an IP address is used by an anonymizing
service.
v2.2.0
Compare Source
DatabaseProvider
interface has been added to facilitate mocking ofDatabaseReader
. Pull request by Yonatan Most. GitHub #34.getLeastSpecificSubdivision()
method has been added to theCityResponse
andInsightsResponse
model classes. This returns theleast specific subdivision for the location, e.g., England for Oxford,
GB. Pull request by Daniel Kaneider. GitHub #35.
InsightsResponse
andLocation
classes are no longer declared final.AbstractResponse
is now declaredabstract
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.