8000 Tags · lumidion/sonatype-central-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: lumidion/sonatype-central-client

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adding gigahorse client (#17)

## Description
This PR adds a new client based upon gigahorse so that users can have a
sonatype client which supports Java 8. Testing for Java 8 will require a
separate testing module specific to gigahorse, since sttp is failing
even to compile on Java 8 with Scala 3. This will need to be introduced
in a separate PR.

/closes #16

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adding all publishing routes (#14)

## Description

This PR adds the following routes:

1. The delete deployment route
2. The publish deployment (if already validated) route

/closes #13

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adding upickle module (#6)

This PR adds a new module for upickle decoders that can be consumed via
the following dependency in `build.sbt`:
`"com.lumidion" %% "sonatype-central-client-upickle" %
"<version_number>"`.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
changing method name (#3)

v0.1.0

Toggle v0.1.0's commit message
feat: initial lib creation

feat: initial lib creation
0