cult-of-coders / grapher

Grapher: Meteor Collection Joins + Reactive GraphQL like queries
https://atmospherejs.com/cultofcoders/grapher
MIT License
275 stars 53 forks source link

Prepare changelog for 1.3.20 release #461

Closed StorytellerCZ closed 2 years ago

StorytellerCZ commented 2 years ago

@theodorDiaconu do we need to re-setup Travis?

StorytellerCZ commented 2 years ago

Tests now running and passing on Travis: https://app.travis-ci.com/github/StorytellerCZ/grapher/builds/246871774

I have published cultofcoders:grapher@1.3.20-beta.0 so that it can be tested by people, before release. Please commet here for any issues encountered.

donstephan commented 2 years ago

Something is up with 2.6+ and the aggregate function. The comment here on #458 fixes this but the aggregate.js file needs some love to make it backwards compatible. I'll hopefully get an update for this by tomorrow evening. Can an additional test on Travis be run with a release of 2.6+? We're going across quite a few versions here and it would be nice to have that coverage.

StorytellerCZ commented 2 years ago

Meteor 2.6 is a big MongoDB upgrade when it comes to internal. Let's focus on 2.3 in this patch on 2.6 on the next one, to make updates easier for people.

StorytellerCZ commented 2 years ago

Since there have been no complains, I'm merging this and releasing 1.3.20. @donstephan let's take a look on getting everything sorted for another patch/feature release to get Meteor 2.6 support.

donstephan commented 2 years ago

Awesome thanks! Makes sense for this release. I'll get everything organized for 2.6 in a separate PR.

StorytellerCZ commented 2 years ago

@donstephan thanks a lot! I'm sorry that I can't help more at this time, but hopefully in few months.

StorytellerCZ commented 2 years ago

In the meantime I'll try to get Travis CI up and running on this repo.

donstephan commented 2 years ago

You've helped a ton! I'm happy to manage this. Do you want to continue with Travis? I can migrate it over to Github actions if that's easier.

StorytellerCZ commented 2 years ago

If you want to do GitHub actions I'm fine with that, let's have that as a separate PR. I can try to help with that as well.