Skip to content

Commit f85d567

Browse files
authored
chore: Bump version to 0.8.0 and update CHANGELOG.md (#227)
Prepare for 0.8.0 release
1 parent 2cde267 commit f85d567

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.8.0
2+
3+
feat!: RelicApp now supports hot-reload ([#226](https://github.com/serverpod/relic/pull/226))
4+
feat: Introduce RelicApp ([#212](https://github.com/serverpod/relic/pull/212))
5+
(https://github.com/serverpod/relic/pull/213))
6+
feat: Introduce MiddlewareObject ([#211](https://github.com/serverpod/relic/pull/211))
7+
feat: Introduce HandlerObject ([#210](https://github.com/serverpod/relic/pull/210))
8+
feat(router): Add fallback property for unmatched routes ([#196](https://github.com/serverpod/relic/pull/196))
9+
feat(router): Add asHandler extension to use Router<Handler> as Handler ([#209](https://github.com/serverpod/relic/pull/209))
10+
feat: Adds support for cache busting ([#192](https://github.com/serverpod/relic/pull/192))
11+
feat: Support mime-type inference ([#206](https://github.com/serverpod/relic/pull/206))
12+
feat: Add NewContext.withRequest convenience method ([#198](https://github.com/serverpod/relic/pull/198))
13+
fix: Build platform correct path when serving files. ([#207](https://github.com/serverpod/relic/pull/207))
14+
115
## 0.7.0
216

317
- feat(router): Add support for setting up mappings of values on lookup `router.use(path, map)` ([#186](https://github.com/serverpod/relic/pull/186))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: relic
22
description: A lightweight and flexible web server inspired by Shelf for building APIs and backend services.
3-
version: 0.7.0
3+
version: 0.8.0
44
repository: https://github.com/serverpod/relic
55

66
environment:

0 commit comments

Comments
 (0)