Skip to content

Commit

Permalink
Merge pull request #355 from codeigniter4projects/develop
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
kenjis authored Jan 13, 2023
2 parents 99f7fa2 + beb2b19 commit 92138aa
Showing 1 changed file with 31 additions and 0 deletions.
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)

0 comments on commit 92138aa

Please sign in to comment.