this post was submitted on 27 Nov 2023
1 points (100.0% liked)

Announcements

23187 readers
1 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
 

In anticipation of Lemmy's upcoming 0.19 release, and to work out any final issues, we're going to deploy a test release on lemmy.ml within the next few days.

We're doing this testing on lemmy.ml only, so that we can encounter any issues before the release, and to make sure the upgrade process is smooth for other production servers.

Some of the following will happen during the process:

  • Apps will likely break (only for lemmy.ml)
  • Lemmy.ml may experience some downtime for the upgrade to complete (ideally no more than an hour).
  • If anything goes wrong, we may have to restore from a database backup, meaning content made in between backups may be lost.

If all goes well, we'll have an official announcement for the release after this testing period.

I apologize for the difficulties this might cause. At most this will be a week of hair-pulling, but its vital that we catch any issues before telling other servers to upgrade.

top 4 comments
sorted by: hot top controversial new old
[–] GravitySpoiled@lemmy.ml 0 points 9 months ago (1 children)

Ever since the upgrade, lemmy feels dead

[–] dullbananas@lemmy.ca -1 points 9 months ago

It introduces a bug that hides some posts

https://github.com/LemmyNet/lemmy/issues/4239

[–] TiredNerdDad@lemmy.ml 0 points 9 months ago (1 children)

Thought I'd mention a problem (re: Apps will likely break (only for lemmy.ml)) I am developing an app and this one request stopped working:

https://lemmy.ml/api/v3/community/list?type_=Subscribed&auth=[MY_AUTH]&username=[MY_USERNAME]&limit=50

Any other type_ works. This one used to return only a users Subscribed communities but it just returns an empty array {"communities":[]}. When you load it up in a browser it works. I'm driving myself crazy

[–] dullbananas@lemmy.ca -1 points 9 months ago

Does it work after logging in again?