reactiverse / aws-sdk

Using vertx-client for AWS SDK v2
Apache License 2.0
49 stars 14 forks source link

plans for 0.4.0 release? #39

Closed st-h closed 4 years ago

st-h commented 4 years ago

Hi there,

are there any plans for a 0.4.0 release, which will make the changes from https://github.com/reactiverse/aws-sdk/commit/390b42a9c316cc6f94980d7a8ed9cf97ba2bfad1 available in an official release?

aesteve commented 4 years ago

Hello.

From what I'm seeing, it looks available: https://search.maven.org/search?q=g:io.reactiverse%20AND%20a:aws-sdk

Are you having some trouble downloading it?

st-h commented 4 years ago

Ah, thanks for the reply. I checked this page: https://search.maven.org/search?q=a:vertx-aws-sdk which is linked in the README.md. The docs mention the same artifact: https://reactiverse.io/aws-sdk/

implementation("io.reactiverse:vertx-aws-sdk:0.3.0")

<dependency>
    <groupId>io.reactiverse</groupId>
    <artifactId>vertx-aws-sdk</artifactId>
    <version>0.3.0</version>
</dependency>

So is io.reactiverse:aws-sdk the correct artifact? I think I remember coming along a PR to rename it to vertx-aws-sdk a while ago.

LouizFC commented 4 years ago

Greetings

@aesteve is aws-sdk a new official coordinate or a typo? I need to know so I can whitelist it on my server.

Thank very much for the effort put in this library

aesteve commented 4 years ago

@vietj we discussed this a long time ago, I guess we agreed it was OK? Could you confirm please?

aesteve commented 4 years ago

Currently working on a 0..5.0 release with Vert.x 3.9.0.

I'll keep you updated.

aesteve commented 4 years ago

https://repo1.maven.org/maven2/io/reactiverse/aws-sdk/0.5.0/