Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions content/blog/2023-01-10.4.3-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: CodeIgniter 4.3 Released
tags: news, releases
author: kenjis
---

Thanks to the team and many contributors, we released v4.3.0 with lots of enhancements.

Unfortunately, **there are some breaking changes, so please upgrade with caution**.
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.

**You must update the spark executable and a few Config files.**

Most existing apps will not need more intervention, unless you use your own classes that extend framework classes.

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.

**This release contains over 50 enhancements.** A few things I want to highlight:

- Query Builder supports `upsert()` and `upsertBatch()`, `deleteBatch()`, and now `*batch()` methods can set data from a query
- Database Forge supports adding indexes in the existing tables and named indexes
- "`spark route`" command enhancements
- Improvement for CLI command testing
- View Cells enhancements

You can see the list of enhancements in the [ChangeLog](https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html#enhancements)

- ChangeLog: <https://www.codeigniter.com/user_guide/changelogs/v4.3.0.html>
- Upgrading Guide: <https://www.codeigniter.com/user_guide/installation/upgrade_430.html>

View [forum announcement](https://forum.codeigniter.com/showthread.php?tid=86096)