jackc / tern

The SQL Fan's Migrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2 Release?

collinforsyth opened this issue · comments

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.

#29 (comment)

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.

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.

v2 was released on February 23, 2023.