To add more features to Injee, we are listening to its user feedback, and we are writing automated tests, so that future rollouts will be faster. Having said that, we have discovered a thing that could break some people’s app. These are the changes we have identified so far:
Let’s say that you want delete a table, this is how you do it currently:
We get a message as shown below, informing us that the table has been deleted:
From now on the api
above will be replaced with ops
, and status returned will be 204. So the new api will be like this:
Currently this is how one lists tables:
Output
From 1.0.0, this is what will be returned:
If you are following Injee, you know that we want to build an admin UI for Injee so that UI/UX people don’t have to use command line to administer Injee. We prefer to use HTMX as it requires less development effort than other JavaScript frameworks, the above returned will enable us to embed it properly using mustache.
That’s it for now. Until the next Injee update, bye bye!!