Skip to content

Releases: readmeio/rdme

8.6.5: Versions + Reducer Fixes ⏳

21 Aug 22:54
Compare
Choose a tag to compare

This release includes fixes to the versions:create and versions:update commands where these commands were not setting flags correctly in certain cases. This release also includes a tiny fix to the openapi:reduce command and updates a slew of npm dependencies.

What's Changed

Full Changelog: 8.6.4...8.6.5

8.6.4: GitHub Syncing Fixes 🔄

05 Jun 16:10
Compare
Choose a tag to compare

This release fixes an edge case with certain file paths when syncing docs from GitHub. Thanks @vegaro for reporting!

What's Changed

Full Changelog: 8.6.3...8.6.4

8.6.4-next.2

02 Jun 21:09
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 8.6.4-next.1...8.6.4-next.2

8.6.4-next.1

31 May 19:39
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v8.6.3...8.6.4-next.1

8.6.3: Postman Collection conversion fixes

01 May 20:23
Compare
Choose a tag to compare

This release makes a small fix to our handling for Postman collections.

What's Changed

Full Changelog: 8.6.2...8.6.3

8.6.2: npm package provenance, reducer fixes 🔐

19 Apr 23:11
Compare
Choose a tag to compare

In this release, we fixed a bug where openapi:reduce would fail to reduce certain files (#802, readmeio/oas#753).

And starting with this release, every release of rdme in the npm registry now includes:

CleanShot 2023-04-19 at 18 02 09@2x

Neither of these will result in any actual changes to your experience with rdme — merely a few behind-the-scenes updates to ensure your installation through npm is stable and secure 🔐

What's Changed

Full Changelog: 8.6.1...8.6.2

  1. You can find our provenance statement here: https://www.npmjs.com/package/rdme#provenance

8.6.1: Bug Fixes for GitHub Actions Users 🗞️

05 Apr 17:09
Compare
Choose a tag to compare

This release fixes an issue (#787) where the rdme GitHub Action was unable to properly parse certain command arguments (e.g., filenames with quotation marks).

What's Changed

Full Changelog: 8.6.0...8.6.1

8.6.0: ~5x faster GitHub Actions performance 🚀

30 Mar 00:31
Compare
Choose a tag to compare

Starting with this release, we include a corresponding pre-built Docker image hosted on the GitHub Container Registry. What does this mean for you? Much faster execution times when running the rdme GitHub Action — around 5x faster in most cases 🚀

Duplicating less build work = faster workflow execution times = lower billed usage for you and your loved ones 📉 see below for a few examples:

Command Before1 After1
Validating an OpenAPI definition with rdme openapi:validate 18.2s 4.3s
Syncing an OpenAPI definition with rdme openapi 25.6s 8.4s
Syncing two Markdown files with rdme docs 20.5s 3.8s
Syncing seven Markdown files with rdme docs 21.7s 5.3s

We also made some improvements to our API definition parser to better handle the processing of larger and more complex files, as well as a few fixes for folks with Postman collections and definitions written in YAML.

What's Changed

Full Changelog: 8.5.0...8.6.0

  1. These numbers are the average of 10 actual workflow runs using the rdme GitHub Action on standard GitHub Actions Ubuntu runners. Your actual workflow times will vary! 2

8.6.0-next.17

27 Mar 17:47
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v8.6.0-next.16...8.6.0-next.17

8.6.0-next.14

20 Mar 16:56
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix(openapi): yaml strings would be improperly parsed as Date objects by @erunion in #779

Full Changelog: v8.6.0-next.13...8.6.0-next.14