How to know if a new version of a NoSQL SDK exist? #4
dario-vega
started this conversation in
Show and tell
Replies: 0 comments 2 replies
-
But it is not the only way. In my case, I also created a private Slack channel, I am receiving a notification when something happens in a GitHub repository, and I can comment, etc; directly from Slack. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally, if I am a Java developer using Maven. If I want to know if a new version exists, I could execute the following command. And I will have the delta between the version I am using and the latest version in Maven Central
Or I can also generate a nightly rapport
It really depends on the language and tools used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Oracle NoSQL SDK drivers
The Oracle NoSQL SDK drivers are available on GitHub:
Because we are using GitHub, you can subscribe and know when a new release for a specific driver is available. See the following video - in this case, I am subscribing to watch only for a new release of Java SDK. For the other drivers, I am watching all the activity.
subscribe-new-release-github.mp4
Beta Was this translation helpful? Give feedback.
All reactions