Skip to content

Releases: 5e-bits/5e-srd-api

v5.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Dec 05:14
f7e6cf9

5.2.3 (2025-12-11)

Bug Fixes

  • ci: Release is now automatic on release PR merge (#954) (d8a798d)

v5.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 04:10
e7b0cb1

5.2.2 (2025-12-04)

Bug Fixes

  • Add Spell field resolver to Subclass Resolver (#952) (c15ef5d)

v5.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Dec 20:04
ddf044f

5.2.1 (2025-12-01)

Bug Fixes

v5.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Oct 20:14
5e3b70c

5.2.0 (2025-10-24)

Features

Bug Fixes

  • dependabot: use build instead of deps (#920) (52a439d)

v5.1.0

Choose a tag to compare

5.1.0 (2025-09-15)

Features

v5.0.0

Choose a tag to compare

5.0.0 (2025-09-04)

  • refactor(race/subrace)!: remove redundant data (#825) (043fc16)

BREAKING CHANGES

  • dropped the race.starting_proficiencies,
    race.starting_proficiency_options, subrace.starting_proficiencies,
    subrace.language_options, and subrace.languages properties of all
    races and subraces in the database. Clients can instead find this data
    on the corresponding traits linked to each race or subrace.

How was it tested?

I ran the database + API project locally with Docker and called the
endpoints of the various classes and subclasses. I also ran the unit and
integration tests in the API project.

Is there a Github issue this is resolving?

5e-bits/5e-database#874

Was any impacted documentation updated to reflect this change?

I touched every reference of the properties in the API project. I took a
look at the docs project, but couldn't fully find my way around the
project to give a clear indication on if anything needed to change.

Here's a fun image for your troubles

My players once sold an iron pot to well known business woman and secret
member of the Zhentarim and convinced her that it was a magic pot that
can restore spoiled food. They even sneaked into her house to cast
purify food and drink on it to make sure she believed them.
Iron Pot

v4.2.1

Choose a tag to compare

4.2.1 (2025-06-23)

Bug Fixes

  • races: Language options is optional for graphql (#807) (2715e0f)

v4.2.0

Choose a tag to compare

4.2.0 (2025-06-13)

Features

  • 2024: Add a bunch of easy endpoints to 2024 (#800) (2b4871d)

v4.1.1

Choose a tag to compare

4.1.1 (2025-06-11)

Bug Fixes

  • graphql: Spell DC now resolves to Ability Score (#798) (ddb5c26)

v4.1.0

Choose a tag to compare

4.1.0 (2025-06-11)

Features

  • graphql: Sets up /graphql/2024 endpoint and abstracts shared code (#790) (acf7780)