Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slick 3.5 announcement #162

Merged
merged 2 commits into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _includes/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ <h1>Functional Relational Mapping for Scala</h1>
<div class="container" id="lower">
<div class="row">
<div class="span8">
<p>
<a href="https://index.scala-lang.org/slick/slick/slick">
<img alt="slick Scala version support" src="https://index.scala-lang.org/slick/slick/slick/latest-by-scala-version.svg?platform=jvm" />
</a>
</p>

{% capture readme %}
{% include_file "https://raw.githubusercontent.com/slick/slick/main/README.md"
Expand Down
24 changes: 24 additions & 0 deletions news/_posts/2024-11-30-slick-3.5.x-is-here.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: news
title: Slick 3.5.x is here!
author: Naftoli Gugenheim
---

Slick 3.5.0 was released earlier this year with support for Scala 3! As of Slick 3.5.2 a minimum Java version of 11 is now required.

The latest docs are at <https://scala-slick.org/doc/stable/>.


## How to upgrade

In many cases, upgrading should just be a matter of setting the version to `3.5.2` in your build files. (Or, give [Scala Update](https://github.com/kitlangton/scala-update) a try.)
However, a number of deprecated APIs have been dropped in 3.5.0. You should fix any deprecation warnings before upgrading. See [the upgrade guide](https://scala-slick.org/doc/prerelease/upgrade.html#upgrade-from-3-4-x-to-3-5-0) in case any changes do affect you.


## Community

- Ask questions and make suggestions at <https://github.com/slick/slick/discussions>
- Report bugs at <https://github.com/slick/slick/issues>
- Follow progress of pull requests and join the conversation at <https://github.com/slick/slick/pulls> &mdash; or send your own improvements!
- Chat on the #slick channel of the main Scala Discord at <https://discord.gg/yQheBhUtAa>
- Help fund Slick development by sponsoring me at <https://github.com/sponsors/nafg>