govitia / navitia

A client library in Go for the Navitia API (navitia.io) (v2 WIP)
The Unlicense
6 stars 2 forks source link

Preparing for v1.0.0 #18

Closed nicolasdscp closed 3 years ago

adelcasse commented 3 years ago

What's the plan on this ? We were using our own fork of @aabizri 's navitia library for internal use. We might probably be interested in contributing ...

nicolasdscp commented 3 years ago

Hi @adelcasse a few days ago, we agreed with @aabizri to transfer the repo on our organization in order to continue the development of the lib which was no longer maintained. We are starting the update work and we are probably planning to release a new version. We are also interested to have external contributors.

thomas-tacquet commented 3 years ago

What's the plan on this ? We were using our own fork of @aabizri 's navitia library for internal use. We might probably be interested in contributing ...

Hi @adelcasse

We recenlty retrieved this repository in our govitia team to enhance it and to makes it fit all navitia features, we are currently working on contributing guide, documentation, cleaning and testing all files and working on a strict release policy to avoid breaking changes and match navitia's API releases.

A roadmap is being build and will be publicly available soon. Before releasing a v1.0.0 version we have lot of work to do.

If you have exceptations about new features or questions feel free to open issues or PR 👍

adelcasse commented 3 years ago

Hi @nicolasdscp, I've seen this (I had notifications enabled on changes to this repo).

Concerning the version number, it might be interesting to switch directly to "v2" instead of v1 to avoid breaking changes for those using the previous versions (I don't know if there are other than us, if it's just us it's not a big deal and not critical but we never know ;) ) : https://blog.golang.org/v2-go-modules

I'll follow the roadmap when you publish it and see with our development team what we could contribute.