Skip to content

Commit

Permalink
Merge pull request #5695 from http4s/1.0.0-M30
Browse files Browse the repository at this point in the history
Release v1.0.0-M30
  • Loading branch information
rossabaker committed Dec 8, 2021
2 parents 5e8c3d1 + db95af5 commit 82dbd74
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion website/src/hugo/content/changelog.md
Expand Up @@ -4,10 +4,49 @@

# Changelog


Maintenance branches are merged before each new release. This change log is
ordered chronologically, so each release contains all changes described below it.

# v1.0.0-M30 (2021-12-08)

This is the latest milestone of the 1.0 series. It is not binary compatible with any previous version.

This milestone is the first to include Scala 3 support for http4s-scalatags.

* http4s-core
* Make EntityEncoder covariant in its effect type by @bplommer in https://github.com/http4s/http4s/pull/5229
* Use case object for access-control-allow-credentials by @bplommer in https://github.com/http4s/http4s/pull/5482

* http4s-scalatags
* Update scalatags to 0.11.0 by @scala-steward in https://github.com/http4s/http4s/pull/5644
* Publish http4s-scalatags for Scala 3 by @rossabaker in https://github.com/http4s/http4s/pull/5648

* Documentation
* Clarify support levels by @rossabaker in https://github.com/http4s/http4s/pull/5445
* Migrate Website to Laika by @jenshalm in https://github.com/http4s/http4s/pull/5313
* Update website with SJS on 0.23, http4s-dom project by @armanbilge in https://github.com/http4s/http4s/pull/5453
* Fix website logo by @armanbilge in https://github.com/http4s/http4s/pull/5459
* Update all the urls to new http4s-dom site by @armanbilge in https://github.com/http4s/http4s/pull/5507
* Fix markdown in readme by @bplommer in https://github.com/http4s/http4s/pull/5523
* updated getting-help.md to point to discord by @barshirtcliff in https://github.com/http4s/http4s/pull/5513
* EPUB download of the docs by @danicheg in https://github.com/http4s/http4s/pull/5640
* website: add favicon by @jenshalm in https://github.com/http4s/http4s/pull/5656

* Behind the scenes
* Non-trivial merge to main by @rossabaker in https://github.com/http4s/http4s/pull/5446
* Fix ci on main by @armanbilge in https://github.com/http4s/http4s/pull/5514
* Drop hugo from the Nix shell by @rossabaker in https://github.com/http4s/http4s/pull/5455
* Non-trivial merge to main by @rossabaker in https://github.com/http4s/http4s/pull/5530
* Merge branch `series/0.23` into `main` by @danicheg in https://github.com/http4s/http4s/pull/5664
* Unpin `scalatags` in the Steward config by @danicheg in https://github.com/http4s/http4s/pull/5668
* Merge 0.23 -> main by @armanbilge in https://github.com/http4s/http4s/pull/5673

* New Contributors
* @jenshalm made their first contribution in https://github.com/http4s/http4s/pull/5313
* @barshirtcliff made their first contribution in https://github.com/http4s/http4s/pull/5513

**Full Changelog**: https://github.com/http4s/http4s/compare/v1.0.0-M29...v1.0.0-M30

# v0.23.7 (2021-12-07)

This is a maintenance release, binary compatible with the 0.23.x series. It additionally includes a merge forward of the changes in v0.22.8.
Expand Down

0 comments on commit 82dbd74

Please sign in to comment.