Skip to content

v0.46.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 09:06
· 3624 commits to main since this release
7a5b34a

This release announcement is also available on the Fornjot website

Last week saw some solid, but boring progress on the operations API (#1713). The new API is becoming ever more capable, and has now fully replaced the previous builder API. I also managed to make some design decisions that I had struggled with the week before.

This is going to be the last weekly release for the time being. Development has slowed down recently, and there's simply no need for a weekly release schedule anymore. For now, I'll play it by ear and just put out a new release whenever I think that's warranted.

I'll be publishing an article on the blog soon, about what has changed, and what's going on with the project in general.

Sponsors

Fornjot is supported by @webtrax-oz, @reivilibre, @lthiery, @ahdinosaur, @martindederer, @bollian, @rozgo, and my other awesome sponsors. Thank you!

If you want Fornjot to be sustainable long-term, please consider supporting me too.

End-user improvements

Improvements to Fornjot and its documentation that are visible to end users.

None this week! Busy working on the kernel.

Ecosystem improvements

Improvements to Fornjot components that are relevant to developers building on top of those. These have an indirect effect on end users, through fixed bugs and improved robustness.

fj-kernel

  • Derive Eq/Ord for Object (#1810)
  • Clean up validation service (#1811)
  • Replace remaining parts of obsolete builder API with operations API (#1812, #1813)

Internal Improvements

Improvements that are relevant to developers working on Fornjot itself.

None this week.