microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Version 22 on Powershell Gallery but no details here #37

Open cailyoung opened 1 year ago

cailyoung commented 1 year ago

https://www.powershellgallery.com/packages/SqlServer/22.0.59 has a changelog that links here but there's no recent commits. Can anyone provide more detail? We had some issues using it and wanted to check we were holding it right.

Matteo-T commented 1 year ago

Hi @cailyoung, that's expected. As per roadmap, for v22 the plan was to just open this repo for issues/wiki/discussions, but no source code. v23 is when I plan to have the source code also added here.

I'm just not quite ready to go OSS due to the dependencies that various parts of the module have. Essentially, I need to work with a bunch of (now internal) contributors and see if/when they are willing to release the sources here + make the (internal) nuget package dependencies available on nuget.org.

It is possible we may have to settle for a compromise, where the final module would be: (1) mostly here with source (2) most dependent packages available on nuget.org (3) a handful of cmdlet still "proprietary", at least until the work is done to make those public as well. That means that, for a few areas of the module, external users would not be able to contribute. It does not seem like a terrible model, IMHO...

If you ran into issue, please reach out to me here by logging issues (or maybe start a discussion). I can look into it and see what may be up.

thisjustin816 commented 1 year ago

Is there at last a more detailed changelog and/or examples of how to handle the breaking changes?

Matteo-T commented 1 year ago

Did you check the wiki pages?

antman2 commented 2 months ago

Since they don't appear in any major search engine's results can I suggest that the PSGallery page and this repo's README.md both mention that the release notes can be found in the wiki?