Skip to content
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

fedi wiki

  1. Home
  2. Announcements
  3. Open beta testing for Lemmy 1.0.0

Open beta testing for Lemmy 1.0.0

Scheduled Pinned Locked Moved Announcements
announcements
4 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nutomic@lemmy.mlN This user is from outside of this forum
    nutomic@lemmy.mlN This user is from outside of this forum
    nutomic@lemmy.ml
    wrote last edited by
    #1

    What is lemmy

    Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.


    Two years have already passed since we started working on some major new features for Lemmy. Back then we still planned to release them as version 0.20, but over time the scope expanded and it turned into version 1.0 instead. Besides many new features, we also took the opportunity to do a lot of cleanup work, so that 1.0 can remain stable for a very long time.

    Below you can see the list of major new features. This is far from complete because there are simply too many changes to list. In general, any Github issue which was fixed over the last two years and didn't get into version 0.19, will be part of version 1.0.

    For users:

    • Redesigned UI: New card view, less clutter
    • Post Tags: Categorize posts within a community.
    • Multi-communities: Group different communities together into a custom feed.
    • Post scheduling: Specify when your post should be published.
    • Keyword filter: Automatically hide posts about certain topics.
    • Private communities: Only approved followers can view the content (plus other community visibilities).
    • Notifications improvements including notifications for mod actions, and subscribing to community/post notifications.
    • Combined Feeds: view your liked posts and comments together in a single list.
    • User vote totals: There is a setting to view the vote totals you've given to any user.
    • User notes: You can make and view notes for any user.
    • GDPR style data exporting: You can now export your historical data as a JSON file.

    Other changes:

    • Comment Locking: Comments can now be locked, and it also locks any reply comments.
    • Plugins: Can be written in JS, Python, Rust, and any other language that targets Webassembly. See the documentation for details.
    • Cursor pagination: Don't lose your place in the feed when switching pages.
    • OAuth: Login to Lemmy with existing account from another website.
    • New API v4: Apps and frontends need to be updated to take advantage of new features. There is also a backwards compatible API v3 available.

    The main work which still needs to be done before the official release is SQL optimizations. Some queries are still too slow, taking up to 300ms. And the database migrations from 0.19 to 1.0 take roughly 20 hours for lemmy.ml (smaller instances will be much faster). If you are an expert with PostgreSQL we need your help. Please have a look at the following issues which include all the relevant details:

    • Slow SQL queries
    • Reduce DB / table sizes

    The other remaining task is testing and bug fixing. Now it is your turn as Lemmy users: on voyager.lemmy.ml try the new version and create an account. Signups are open, feel free to make posts, create communities and do everything else that can be done. Spamming test posts is absolutely encouraged. See how the new features work, and open an issue if you encounter any problem (backend, frontend).

    If you run a test instance for Lemmy, we suggest that you upgrade it to 1.0.0-beta.0 by following the instructions. You can also try to run the 1.0 database migrations against a local copy of your production database. This will show how long the upgrade process will take, and help to reveal bugs in the migrations.

    Be careful about upgrading production instances. In principle you can already use 1.0 in production. Be sure that you have working backups and that you can restore them. Expect to tolerate major bugs, or to revert back to the stable version for now. If you have any problems, join the admin chat on matrix or ask in /c/lemmy-support.

    For developers of Lemmy apps and clients, now is the time to start updating your projects to use the new API v4. This will give you enough time to use the new API once Lemmy 1.0 is finally released. See the API v4 upgrade guide for instructions. If you develop any tools which integrate with Lemmy, have a look at the new plugin system.

    Over the next months we will focus on testing and bug fixing. Afterwards, when when all major problems are fixed we will go to the release candidate phase. Then lemmy.ml will be upgraded to version 1.0.0-rc.0 to find remaining problems in production. When these are also resolved we will publish the final 1.0 release.

    Thanks to everyone who contributed to the new release so far!


    An open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and Nutomic work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Even so there is barely enough time in the day, and no time for a second job. The only available option are user donations.

    To keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached we can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be.

    Donate

    silverpill@mitra.socialS 1 Reply Last reply
    0
    • nutomic@lemmy.mlN nutomic@lemmy.ml

      What is lemmy

      Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.


      Two years have already passed since we started working on some major new features for Lemmy. Back then we still planned to release them as version 0.20, but over time the scope expanded and it turned into version 1.0 instead. Besides many new features, we also took the opportunity to do a lot of cleanup work, so that 1.0 can remain stable for a very long time.

      Below you can see the list of major new features. This is far from complete because there are simply too many changes to list. In general, any Github issue which was fixed over the last two years and didn't get into version 0.19, will be part of version 1.0.

      For users:

      • Redesigned UI: New card view, less clutter
      • Post Tags: Categorize posts within a community.
      • Multi-communities: Group different communities together into a custom feed.
      • Post scheduling: Specify when your post should be published.
      • Keyword filter: Automatically hide posts about certain topics.
      • Private communities: Only approved followers can view the content (plus other community visibilities).
      • Notifications improvements including notifications for mod actions, and subscribing to community/post notifications.
      • Combined Feeds: view your liked posts and comments together in a single list.
      • User vote totals: There is a setting to view the vote totals you've given to any user.
      • User notes: You can make and view notes for any user.
      • GDPR style data exporting: You can now export your historical data as a JSON file.

      Other changes:

      • Comment Locking: Comments can now be locked, and it also locks any reply comments.
      • Plugins: Can be written in JS, Python, Rust, and any other language that targets Webassembly. See the documentation for details.
      • Cursor pagination: Don't lose your place in the feed when switching pages.
      • OAuth: Login to Lemmy with existing account from another website.
      • New API v4: Apps and frontends need to be updated to take advantage of new features. There is also a backwards compatible API v3 available.

      The main work which still needs to be done before the official release is SQL optimizations. Some queries are still too slow, taking up to 300ms. And the database migrations from 0.19 to 1.0 take roughly 20 hours for lemmy.ml (smaller instances will be much faster). If you are an expert with PostgreSQL we need your help. Please have a look at the following issues which include all the relevant details:

      • Slow SQL queries
      • Reduce DB / table sizes

      The other remaining task is testing and bug fixing. Now it is your turn as Lemmy users: on voyager.lemmy.ml try the new version and create an account. Signups are open, feel free to make posts, create communities and do everything else that can be done. Spamming test posts is absolutely encouraged. See how the new features work, and open an issue if you encounter any problem (backend, frontend).

      If you run a test instance for Lemmy, we suggest that you upgrade it to 1.0.0-beta.0 by following the instructions. You can also try to run the 1.0 database migrations against a local copy of your production database. This will show how long the upgrade process will take, and help to reveal bugs in the migrations.

      Be careful about upgrading production instances. In principle you can already use 1.0 in production. Be sure that you have working backups and that you can restore them. Expect to tolerate major bugs, or to revert back to the stable version for now. If you have any problems, join the admin chat on matrix or ask in /c/lemmy-support.

      For developers of Lemmy apps and clients, now is the time to start updating your projects to use the new API v4. This will give you enough time to use the new API once Lemmy 1.0 is finally released. See the API v4 upgrade guide for instructions. If you develop any tools which integrate with Lemmy, have a look at the new plugin system.

      Over the next months we will focus on testing and bug fixing. Afterwards, when when all major problems are fixed we will go to the release candidate phase. Then lemmy.ml will be upgraded to version 1.0.0-rc.0 to find remaining problems in production. When these are also resolved we will publish the final 1.0 release.

      Thanks to everyone who contributed to the new release so far!


      An open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and Nutomic work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Even so there is barely enough time in the day, and no time for a second job. The only available option are user donations.

      To keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached we can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be.

      Donate

      silverpill@mitra.socialS This user is from outside of this forum
      silverpill@mitra.socialS This user is from outside of this forum
      silverpill@mitra.social
      wrote last edited by
      #2

      Hello @nutomic, could you add my instance to the allowlist? I'd like to test federation with private communities.

      nutomic@lemmy.mlN 1 Reply Last reply
      0
      • silverpill@mitra.socialS silverpill@mitra.social

        Hello @nutomic, could you add my instance to the allowlist? I'd like to test federation with private communities.

        nutomic@lemmy.mlN This user is from outside of this forum
        nutomic@lemmy.mlN This user is from outside of this forum
        nutomic@lemmy.ml
        wrote last edited by
        #3

        Okay Ive added it.

        silverpill@mitra.socialS 1 Reply Last reply
        0
        • nutomic@lemmy.mlN nutomic@lemmy.ml

          Okay Ive added it.

          silverpill@mitra.socialS This user is from outside of this forum
          silverpill@mitra.socialS This user is from outside of this forum
          silverpill@mitra.social
          wrote last edited by
          #4

          Thanks!

          Tried to follow a private community, and I have a problem with this Accept activity:

          {"@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"actor":"https://voyager.lemmy.ml/c/privfedtest","id":"https://voyager.lemmy.ml/activities/accept/6a08b817-9dc2-498a-a637-9092c8ea15fc","object":{"actor":"https://mitra.social/users/silverpill","id":"https://voyager.lemmy.ml/activities/follow/3c08aca5-9e41-4d15-b134-326c4bd91bd0","object":"https://voyager.lemmy.ml/c/privfedtest","to":["https://voyager.lemmy.ml/c/privfedtest"],"type":"Follow"},"to":["https://mitra.social/users/silverpill"],"type":"Accept"}
          

          The id inside Accept.object is not the ID of my Follow activity, it's something different. Its origin is not my server:

          https://voyager.lemmy.ml/activities/follow/3c08aca5-9e41-4d15-b134-326c4bd91bd0
          
          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          Powered by NodeBB Contributors
          • First post
            Last post