Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update coldfusion-versions.md #1690

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
40 changes: 40 additions & 0 deletions guides/en/coldfusion-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,44 @@ Historical information about ColdFusion Versions and releases.
* [ColdFusion 2023 What's New](https://community.adobe.com/t5/coldfusion-discussions/live-introducing-the-2023-release-of-adobe-coldfusion/td-p/13797706)
* [ColdFusion 2023 New Tags and Functions](/cf2023)

## Adobe ColdFusion 2025 - February 2025 (_Project CFNext_)

* New licensing and activation changes (requires annual subscription)
* New spreadsheet and CSV functions
* [Language enhancements](https://helpx.adobe.com/coldfusion/using/whats-new.html#other-language)
* [Charting enhancements](https://helpx.adobe.com/coldfusion/using/whats-new.html#other-language)
* [Deprecations and removals](https://helpx.adobe.com/coldfusion/deprecated-features.html)
* Destructuring changes
* Support for final static methods
* Bitwise Operator Support in Query of Queries
* Modulus operator in Query of Queries
* Case-sensitive deserialization
* Changes in Hash function
* Support for compound assignment operators in expressions
* Support for multi-dimensional arrays in JavaCast function
* ArrayInsertAt enhancements
* Password protection in cfspreadsheet
* Changes to scriptProtect property
* Changes to JEE configuration deployment
* Thread management enhancements
* cfthread tag "action" changes
* New attribute cacheMaxIdleTime in cfquery
* FileUpload changes (continueOnError)
* Spreadsheet visibility
* Support for Content-Security-Policy (CSP) in ColdFusion tags
* DirectoryList function enhancements
* getTimeZoneInfo enhancements
* Null coalescing operator
* Multiple exception handling in catch statements
* Trailing comma on last element in arrays
* Deepcopy parameter in the duplicate function
* ListSort function changes
* Additional information on cfdump output of a Java class
* Deserialize JSON to query
* Changes to createObject function and cfobject tag
* Default value of cfproperty can be valid CFML expressions
* cfoauth changes
* cfexchangeconnection changes
* Microsoft Graph: User Store in ColdFusion

Lots of additional historical and version information can be found on the [ColdFusion Wikipedia Page](https://en.wikipedia.org/wiki/Adobe_ColdFusion)