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

Last Week in Pony - April 21, 2024 #989

Merged
merged 7 commits into from
Apr 21, 2024
Merged
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
56 changes: 56 additions & 0 deletions docs/blog/posts/last-week-in-pony-042124.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
draft: false
authors:
- seantallen
categories:
- "Last Week in Pony"
title: "Last Week in Pony - April 21, 2024"
date: 2024-04-21T07:00:06-04:00
---

We've updated our SSL builders. And as we usually do, we also updated the LibreSSL version that various ponylang libraries use on Windows. You'll find a lot of releases related to the LibreSSL update happened this week.

<!-- more -->

## Items of Note

### New SSL Builders

We've added new SSL builders that can be used for building SSL dependent Pony applications. `release` and `latest` versions are available for each. The `release` version contains the most recent ponyc release. The `latest` version is contains the most recent ponyc nightly version.

- [LibreSSL 3.9.1](https://github.com/ponylang/shared-docker/tree/main/x86-64-unknown-linux-builder-with-libressl-3.9.1)
- [OpenSSL 3.3.0](https://github.com/ponylang/shared-docker/tree/main/x86-64-unknown-linux-builder-with-openssl_3.3.0)

### SSL Builders Deprecated

We've deprecated 3 SSL builders. Effectively immediately, they will no longer be updated.

- LibreSSL 3.7.2
- OpenSSL 1.1.1t
- OpenSSL 3.1.0

### Pony Development Sync

The [recording](https://vimeo.com/935667506) of the April 16, 2024 sync is available.

There will be no development sync on April 23, 2024. The next sync currently scheduled is April 30, 2024.

### Office Hours

As far as I know, there was no office hours this week. I had a migraine and didn't attend.

## Releases

- [ponylang/crypto 1.2.3](https://github.com/ponylang/crypto/releases/tag/1.2.3)
- [ponylang/github_rest_api 0.1.5](https://github.com/ponylang/github_rest_api/releases/tag/0.1.5)
- [ponylang/http 0.6.1](https://github.com/ponylang/http/releases/tag/0.6.1)
- [ponylang/http_server 0.6.2](https://github.com/ponylang/http_server/releases/tag/0.6.2)
- [ponylang/net_ssl 1.3.3](https://github.com/ponylang/net_ssl/releases/tag/1.3.3)

---

_Last Week In Pony_ is a weekly blog post to catch you up on the latest news for the Pony programming language. To learn more about Pony, check out [our website](https://ponylang.io), our Twitter account [@ponylang](https://twitter.com/ponylang), or our [Zulip community](https://ponylang.zulipchat.com).

Got something you think should be featured? There's a GitHub issue for that! Add a comment to the [open "Last Week in Pony" issue](https://github.com/ponylang/ponylang.github.io/issues?q=is%3Aissue+is%3Aopen+label%3Alast-week-in-pony).

Interested in making a change, or keeping up with changes to Pony? Check out the [RFC repo](https://github.com/ponylang/rfcs). Contributors welcome!
Loading