Skip to content

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

v5.4.0

01 Apr 20:58
4dd0699

Choose a tag to compare

5.4.0 (2026-04-01)

Features

v5.3.0

10 Mar 21:32
f32ce78

Choose a tag to compare

5.3.0 (2026-03-10)

Features

  • 2024: Add Backgrounds, Feats, and Proficiencies for 2024 (#1018) (b584a84)

v5.2.4

11 Dec 05:44
67b96ad

Choose a tag to compare

5.2.4 (2025-12-11)

Bug Fixes

v5.2.3

11 Dec 05:14
f7e6cf9

Choose a tag to compare

5.2.3 (2025-12-11)

Bug Fixes

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

v5.2.2

11 Dec 04:10
e7b0cb1

Choose a tag to compare

5.2.2 (2025-12-04)

Bug Fixes

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

v5.2.1

01 Dec 20:04
ddf044f

Choose a tag to compare

5.2.1 (2025-12-01)

Bug Fixes

v5.2.0

24 Oct 20:14
5e3b70c

Choose a tag to compare

5.2.0 (2025-10-24)

Features

Bug Fixes

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

v5.1.0

15 Sep 22:39

Choose a tag to compare

5.1.0 (2025-09-15)

Features

v5.0.0

04 Sep 17:42

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

23 Jun 07:43

Choose a tag to compare

4.2.1 (2025-06-23)

Bug Fixes

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