jackc / tern

The SQL Fan's Migrator
MIT License
925 stars 68 forks source link

V2 Release? #40

Closed collinforsyth closed 1 year ago

collinforsyth commented 2 years ago

Are there any plans to release the v2-experiment branch as a new version of tern? Opening up this issue just to get some information.

https://github.com/jackc/tern/tree/v2-experiment

If there's any blocking work for release, I can probably make some time to help as well.

https://github.com/jackc/tern/pull/29#issuecomment-782699735

jackc commented 2 years ago

I have no immediate plans to release it. It was definitely an experiment, some of the things I liked, some I didn't like, and some I'm still not sure about.

Also, still thinking about backwards compatibility. It may or may not be necessary for fs.FS support, but maybe some or all of the changes on v2-experiment could or should be done in a backwards compatible way. Probably not feasible to avoid a v2 altogether, but I'm still considering it.

jackc commented 2 years ago

FYI, I have started on v2 development again on a new v2-dev branch. I have / am scavenging some code from v2-experiment branch but have no plans for further development on that branch.

The major changes with v2-dev so far are the replacement of MigratorFS with fs.FS and upgrading to pgx v5.

jackc commented 1 year ago

v2 was released on February 23, 2023.