Skip to content

Release v1.0.0 #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Release v1.0.0 #200

wants to merge 4 commits into from

Conversation

plezan
Copy link
Collaborator

@plezan plezan commented Dec 13, 2024

After a few month of use without issues (~118 weekly download according to npm), I think the version 1 is ready to be released.

With the support of serverless v3 being dropped at the end of the year, it is more than time to release this version compatible with sls >= 3

Did you have any issue with the beta ? Do you think some changes are needed before the release ?

Looking for your feedback :)

horiuchi and others added 3 commits January 24, 2024 01:23
feat: Support serverless-appsync-plugin v2
feat: Added support for Node 20 
feat: Rewrite in TypeScript

BREAKING CHANGE: Dropped support for serverless-appsync-plugin v1
BREAKING CHANGE: Dropped support for Node < 18
---------
Co-authored-by: Pierre Lezan <pierrelezan@gmail.com>
@Gleeble
Copy link

Gleeble commented Jun 20, 2025

How can we get another beta release while we wait for this to get merged into master?

EDIT: Looks like the commit message didn't meet the semantic release commit requirements to determine a new release was necessary

[9:40:22 PM] [semantic-release] › ℹ  Found 1 commits since last release
[9:40:22 PM] [semantic-release] › ℹ  Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[9:40:22 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analyzing commit: Update src/data-loaders/HttpDataLoader.ts
[9:40:22 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  The commit should not trigger a release
[9:40:22 PM] [semantic-release] [@semantic-release/commit-analyzer] › ℹ  Analysis of 1 commits complete: no release
[9:40:22 PM] [semantic-release] › ✔  Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
[9:40:22 PM] [semantic-release] › ℹ  There are no relevant changes, so no new version is released.

return null;
}

const lambda = new Lambda({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another thing that I encountered here is that it no longer supports defining mappings for functions that are defined in other cloudformation stacks because this changes things to use the Lambda client rather than the axios http requests. In my fork I had to revert back to the previous code for this so that it could continue to work for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants