google / differential-privacy

Google's differential privacy libraries.
Apache License 2.0
3.02k stars 346 forks source link

Updated Maven artifacts? #128

Closed jameskyle closed 1 year ago

jameskyle commented 1 year ago

I've noticed the artifacts in the maven repositories are over a year out of date.

Are there plans to make maven publishing part of the standard release cycle?

It would really cut down on the friction to integrate the dp libraries into a project.

Cheers!

miracvbasaran commented 1 year ago

Hey James,

Thanks for raising this!

Publishing to Maven is indeed a part of our standard release cycle. It's just that we've only had patch releases for specific bugs since v1.1.0 (the latest Maven release), and none of those patch releases were related to Java code.

We plan to release v2.0.0 hopefully soon, and we will publish it to Maven when we do.

I hope that answers your question.

xerial commented 1 year ago

@miracvbasaran Good to know that. I'm looking forward to the new Maven release

xerial commented 1 year ago

@miracvbasaran Thanks for releasing 2.0.0, but I still haven't seen any Maven artifact for 2.0.0 at: https://repo1.maven.org/maven2/com/google/privacy/differentialprivacy/

I guess we need to wait for a while.

miracvbasaran commented 1 year ago

Hey Taro,

We have already started the process for publishing the Maven artifact but unfortunately the process can take a couple of days. It should be available soon!

dibakch commented 1 year ago

You can find the 2.0.0 artifacts at https://search.maven.org/artifact/com.google.privacy.differentialprivacy/differentialprivacy

xerial commented 1 year ago

Awesome. Thanks!