Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2025

Bumps serverless from 4.12.0 to 4.14.1.

Release notes

Sourced from serverless's releases.

4.14.0

Features

  • Serverless Framework
    • Support for Doppler secrets in Serverless Variables (docs)
service: my-service
provider:
  environment:
    DB_PASSWORD: ${doppler:my-project/DB_PASSWORD}

4.13.0

Features

  • Serverless MCP Server
    • Intelligent Error Analysis

      • Introduces the errors-info tool for advanced error pattern detection across AWS services.
      • Automatically discovers and scans log groups from Lambda, API Gateway (REST & HTTP), and other CloudWatch log groups defined in the CFN Stack.
      • Groups similar logs using CloudWatch Logs Insights pattern command.
      • Extracts metadata including regex strings, pattern IDs, frequency ratios, and severity levels.
      • Displays representative examples of each pattern group to reduce noise and improve diagnostics.
    • Confirmation Handling for Queries

      • Adds robust safeguards against accidentally triggering large historical queries.
      • Requires explicit confirmation for:
        • Date ranges older than 1 month
        • Timeframes longer than 3 hours
    • Enhanced Logs Search

      • Improves the logs-search tool with more flexible search behavior.
      • Supports arrays of search terms with implicit OR logic.
      • Enables case-insensitive matching.
    • Integrated Documentation Tool

      • Adds support for browsing Serverless Framework and Serverless Container Framework documentation within the MCP server.
      • Serves markdown files directly - always up to date.
      • Documentation is always tied to the version you are using, ensuring accuracy and consistency with your environment.
    • General Tooling Improvements

      • Improved AWS Credential Error Handling

        • Detects and returns actionable messages for profile, role, or region misconfigurations in all tools.
      • Context Overflow Protection

        • Introduces caps to prevent overloading agents with excessive data:
          • Max log events
          • Max error patterns
          • Max metric datapoints
        • Dynamically adjusts metric periods for larger timeframes.
      • Optimized Lambda Logs Queries

        • Large timeframe metric queries now supported, but error pattern queries are limited to the past 7 days.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [serverless](https://github.com/serverless/serverless) from 4.12.0 to 4.14.1.
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/CHANGELOG.md)
- [Commits](https://github.com/serverless/serverless/commits)

---
updated-dependencies:
- dependency-name: serverless
  dependency-version: 4.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2025
@abhiyerra abhiyerra merged commit d86958a into main Apr 22, 2025
1 check passed
@abhiyerra abhiyerra deleted the dependabot/npm_and_yarn/serverless-4.14.1 branch April 22, 2025 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants