Hey,
As the time needed for developing and maintaining IHP is growing I’ve been looking for solutions to enable digitally induced to focus on IHP in a more sustainable way. It often happens that open source projects are getting abandoned be…
We're currently reworking some of the visual design of IHP. While it's not yet live, I'm happy to share what the new logo is going to look like:
What do you think?
…
A new IHP release with new features and bug fixes is out. Over 120 commits have been merged since the last release.
You can find the full change log at GitHub.
…
Hey, I just pushed an update to the IHP forum.
Here's the most important changes:
It's now integrated into the main IHP website instead of running at forum.ihpapp.com
You can now log in with GitHub
If you log in via GitHub you…
We just added slack notifications to the forum. So whenever someone opens a new thread or comments on something, a notification is sent to the IHP Slack community. This way when hanging out in slack we're still seeing what's going o…
Time for the next release of IHP: v20201213 🎉
Major Changes
Job Queue: We added a new job queue system that allows you to schedule jobs that are going to be executed outside the normal request-response cycle by a job worker running in the…
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :) Since the last release we also reached an important milestone: IHP is now the second bigge…
It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :)
Major Changes
Database Connection Pool: IHP now comes with a new database connection poo…
It's time for the next release of IHP: v20201016 🎉
Major Changes
Haskell Language Server Support: You can now get cool IDE features by using Haskell Language Server. It works mostly out of the box after updating to this IHP version. C…
It's time for the next release of IHP: v20201002 🎉
Major Changes
Realtime UI Updates with IHP AutoRefresh: Whenever a INSERT, UPDATE or DELETE happens to the records used by your action IHP will rerun your action on the serverside. Wh…
It's time for the next release of IHP: 20200918 🎉
Major Changes
Depoyment Documentation: Finally it's here. You can find it inside the Guide. Share your IHP apps with the internet! :). You can find details on how to deploy with IH…
It's time for the next release of IHP: 20200904 🎉
Major Changes
Composite Primary Key Support: You can now use tables that have a primary key consisting of multiple columns. This helps you to handle complex database schemas with IHP.…
We've just released a new IHP version! :)
Major Changes
Numeric Primary Keys Supported: IHP now allows numeric (Serial in Postgres-speak) primary keys. Previously only UUIDs have been supported. UUIDs will still be the default. This f…