Skip to content

docs: Tyk Pump 1.15.0 release notes#1825

Open
JoanCamosTyk wants to merge 8 commits intomainfrom
JoanCamosTyk-patch-36
Open

docs: Tyk Pump 1.15.0 release notes#1825
JoanCamosTyk wants to merge 8 commits intomainfrom
JoanCamosTyk-patch-36

Conversation

@JoanCamosTyk
Copy link
Copy Markdown
Contributor

@JoanCamosTyk JoanCamosTyk commented Apr 2, 2026

PR Type

Documentation


Description

  • Add 1.15.0 Pump release notes

  • Document dependency compatibility matrix

  • Add upgrade guidance and downloads

  • Scaffold changelog and highlight sections


Diagram Walkthrough

flowchart LR
  rn["Pump 1.15.0 release notes"]
  highlights["Highlights and breaking changes"]
  deps["Dependency compatibility table"]
  upgrade["Upgrade instructions and downloads"]
  changelog["Changelog scaffold"]

  rn -- "documents" --> highlights
  rn -- "lists" --> deps
  rn -- "adds" --> upgrade
  rn -- "includes" --> changelog
Loading

File Walkthrough

Relevant files
Documentation
pump.mdx
Add Pump 1.15.0 release notes content                                       

developer-support/release-notes/pump.mdx

  • Add a new 1.15.0 release notes section.
  • Include release highlights, breaking changes, and deprecations.
  • Add tested and compatible versions for core dependencies.
  • Provide upgrade instructions, download links, and changelog
    placeholders.
+57/-0   

@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 2, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tyk 🟢 Ready View Preview Apr 2, 2026, 9:09 AM

@JoanCamosTyk JoanCamosTyk marked this pull request as draft April 2, 2026 09:02
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Placeholder date

The release date is still a placeholder (xx April 2026). If this ships as-is, the published release notes will contain an invalid date, which makes the release timeline unclear for users trying to verify when v1.15.0 became available.

#### Release Date xx April 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Fill in release date

Replace the placeholder release date before publishing. Leaving xx April 2026 here
creates a visible documentation error and also conflicts with the version metadata
already added in overview.mdx.

developer-support/release-notes/pump.mdx [23]

-#### Release Date xx April 2026
+#### Release Date 06/03/2026
Suggestion importance[1-10]: 7

__

Why: The placeholder xx April 2026 is an obvious documentation error, and replacing it with the actual release date improves the correctness of pump.mdx. The suggestion is directly supported by the new metadata added in overview.mdx, though the exact date format may need to match the surrounding release-note conventions.

Medium
Remove empty changelog block

Remove the empty accordion or replace it with real changelog content. Shipping a
blank Accordion renders an unusable section in the release notes and makes the
changelog appear broken.

developer-support/release-notes/pump.mdx [68-74]

-<AccordionGroup>
+See the linked release tag for the full list of additions in `v1.15.0`.
 
-<Accordion title=''>
-
-</Accordion>
-
-</AccordionGroup>
-
Suggestion importance[1-10]: 5

__

Why: An empty AccordionGroup under ##### Added makes the changelog section appear unfinished and can confuse readers. The suggestion correctly identifies a documentation quality issue, although the replacement text is only a fallback and not a full changelog.

Low
Possible issue
Fix Docker download link

Use the canonical Docker Hub tag URL instead of leaving query parameters empty.
Empty values can produce unstable or broken links, which would block readers from
reaching the intended v1.15.0 image page.

developer-support/release-notes/pump.mdx [57]

-- [Docker Image v1.15.0](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=&page_size=&ordering=&name=v1.15.0)
+- [Docker Image v1.15.0](https://hub.docker.com/r/tykio/tyk-pump-docker-pub/tags?page=1&name=v1.15.0)
Suggestion importance[1-10]: 6

__

Why: The current Docker Hub URL includes empty query parameters, while overview.mdx already uses the cleaner canonical link for v1.15.0. Updating this link improves documentation reliability and consistency, even if the existing URL may still resolve.

Low

@sharadregoti sharadregoti force-pushed the JoanCamosTyk-patch-36 branch from 46ce12a to 146c5bf Compare April 15, 2026 12:10
@sharadregoti sharadregoti changed the base branch from production to main April 15, 2026 12:10
@sharadregoti sharadregoti requested a review from andyo-tyk April 15, 2026 13:02
@sharadregoti sharadregoti changed the title Pump 1.15.0 RNs.mdx docs: Tyk Pump 1.15.0 release notes Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants