We’ve upgraded lemmy.world to 0.18.1-rc.1 and rolled back that upgrade because of issues.

(If you had posted anything in those 10 minutes between upgrade and rollback, that post is gone. Sorry!)

The main issue we saw is that users can’t login anymore. Existing sessions still worked, but new logins failed (from macos, ios and android. From linux and windows it worked)

Also new account creation didn’t work.

I’ll create an issue for the devs and retry once it’s fixed.

Edit Contacted the devs, they tell me to try again with lemmy-ui at version 0.18.0. Will try again, brace for some downtime!

Edit 2 So we upgraded again, and it seemed to work nicely! But then it slowed down so much it was unuseable. There were many locks in the database. People reported many JSON errors. Sorry, we won’t be on 0.18.1 any time soon I’m afraid…

  • Dran
    link
    41 year ago

    Version fracturing is probably going to be a fact of life on a decentralized platform like lemmy, a “good” app should probably handle cases for the latest few revisions instead of just the latest.

    • @JonnyJ
      link
      121 year ago

      I’m sure it will eventually, but early stage tech needs some allowances while they handle growth and scale. Better to break stuff now than be hamstrung by tech debt years later

    • @T156
      link
      51 year ago

      It normally would, it’s just that 0.18 is a breaking change, incorporating a major rewrite of how posts and comments work on Lemmy.

      • @nerdyshades
        link
        61 year ago

        I really like Semantic versioning. This would be from 0.17.X to 1.0.0 as it’s a breaking change to the public API.

        https://semver.org/

        • NebLem
          link
          41 year ago

          Semver pre version 1 lets minor changes be breaking (points 4 & 5).

          • @nerdyshades
            link
            11 year ago

            Oh man, y’all’re right. Thanks for correcting me!

        • @[email protected]
          link
          fedilink
          11 year ago

          Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

          • @nerdyshades
            link
            11 year ago

            Oh man, y’all’re right. Thanks for correcting me!