The change adds a new optional pathPrefix prop in ReactAutumnProvider and AutumnClient so you can override the hard-coded “/api/autumn” endpoint. This makes it easier to point requests at custom routes or proxies in different environments. However, it may break backward compatibility, lacks unit tests for its slash normalization logic, and could mishandle edge cases around leading/trailing slashes.

expose pathPrefix from ReactAutumnProvider and AutumnClient - useautumn/autumn-js