Skip to content

Commit ea6167e

Browse files
Merge pull request #153 from pulsar-edit/v1.1.0-release
v1.1.0 Release - Update Changelog, update version
2 parents 6729e6b + 952ef03 commit ea6167e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
## [Unreleased]
77

8+
## [v1.1.0](https://github.com/pulsar-edit/package-backend/releases/tag/v1.1.0)
9+
10+
* Removed nearly all static data returns during dev runs, to reduce chance of bugs being missed.
11+
* Removed dev server support.
12+
* Fixed an issue where delivery time generated badges wouldn't appear on a list.
13+
* Implemented object builder patterns, to reduce verbosity and knowledge needed throughout the codebase.
14+
* Improved errors returned during a new package version publish.
15+
* Improved internal log injection safety checks, to further mitigate any malicious logs.
16+
* Added a new service filter to the `/api/packages` endpoint, to filter a package based off the services it consumes or provides.
17+
* Added badge support, and added automated `Made for Pulsar!` badges to packages.
18+
* Fixed an issue where the `package` `data` column wouldn't be updated correctly during a new version publish.
19+
* Refactored all `/packages` endpoints, to make future changes and fixes easier.
820
* Improved errors returned in some situations to increase transparancy on the server's logic.
921
* Fixed an issue that would stop the `rename` query parameter from being handled correctly.
1022
* Fixed issue that could cause package download URL's to not resolve properly.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "atom-backend",
3-
"version": "1.0.1",
2+
"name": "package-backend",
3+
"version": "1.1.0",
44
"description": "The Pulsar API Backend for the Community fork of Atom.",
55
"main": "src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)