Skip to content

Release Spring 2025 #417

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

Merged
merged 15 commits into from
May 16, 2025
Merged
Changes from 1 commit
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
Next Next commit
2025 release notes wip
  • Loading branch information
swannodette committed Apr 24, 2025
commit c32ddcc042e32bd0e4cb05b358d34036d60a0bfa
34 changes: 34 additions & 0 deletions content/news/2025-04-24-release.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
= 1.12.35 Release
ClojureScript Team
2024-04-24 12:00:00
:jbake-type: post

ifdef::env-github,env-browser[:outfilesuffix: .adoc]

We're happy to announce a new release of ClojureScript. If you're an existing
user of ClojureScript please read over the following release notes carefully.

This release updates Google Closure Compiler to `v20250402` and now depends on the Clojure fork
of Google Closure Library. More on that later.

For a complete list of fixes, changes, and enhancements to ClojureScript see
https://github.com/clojure/clojurescript/blob/master/changes.md#1.12.35[here]

## Google Closure Compiler & Java 21

Last year we noted that updating Google Closure Compiler would mean losing Java
8 support. Google Closure now requires Java 21.

## Clojure's Fork of Google Closure Library

Google stopped contributing to Google Closure Library last August. But
this is largely a blessing in disguise. As far as ClojureScript was
the quality of maintenance for GCL had greatly declined with an
increasing amount of churn over the past five years and Google sorted
out their internal JavaScript strategy.

## Contributors

Thanks to all of the community members who contributed to ClojureScript 1.12.35:

* Will Cohen