You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the team and many contributors, we released v4.3.0 with lots of enhancements.
8
+
9
+
Unfortunately, **there are some breaking changes, so please upgrade with caution**.
10
+
Please read the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html) and the [Upgrading Guide](https://www.codeigniter.com/user_guide/installation/upgrade_430.html) carefully.
11
+
12
+
**You must update the spark executable and a few Config files.**
13
+
14
+
Most existing apps will not need more intervention, unless you use your own classes that extend framework classes.
15
+
16
+
And some of the default Config values in the Config files have changed, but existing apps will most likely not break unless you change the Config values by yourself.
17
+
18
+
**This release contains over 50 enhancements.** A few things I want to highlight:
19
+
20
+
- Query Builder supports `upsert()` and `upsertBatch()`, `deleteBatch()`, and now `*batch()` methods can set data from a query
21
+
- Database Forge supports adding indexes in the existing tables and named indexes
22
+
- "`spark route`" command enhancements
23
+
- Improvement for CLI command testing
24
+
- View Cells enhancements
25
+
26
+
You can see the list of enhancements in the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements)
0 commit comments