Releases: mixcore/mix.core
Mixcore v3.0.0-alpha.1 (With ASP.NET Core 9)
Mixcore CMS & ERP Core v3.0.0-alpha.1: Transforming Enterprise Solutions with Advanced Integration & Scalability
From CMS to Enterprise-Grade Platform: A New Chapter in Digital Transformation
Elevating Business Operations with Enhanced Security, Performance, and Cloud-Native Architecture
Released on February 14, 2025 - A Valentine's Gift for Our Developer Community 🎁
🚀 I'm excited to share some fantastic news about the latest Mixcore release! Today marks a significant milestone as we welcome Mixcore ERP v3.0.0-alpha.1, a transformative upgrade from its predecessor released in May 2022.
First, we want to sincerely apologize for the extended gap between releases. We understand that waiting for updates can be challenging, and we truly appreciate your patience and continued trust in our platform. This longer development cycle allowed us to completely reimagine and rebuild Mixcore to better serve your needs. 💝
This release represents a remarkable evolution, transforming Mixcore from a content management system into a comprehensive enterprise solution. Let me highlight the key improvements that make this release particularly special. ✨
Core Enhancements 🔧
The development team has implemented substantial architectural improvements, focusing on scalability and performance. The introduction of Microsoft Aspire integration, enhanced database management with GraphQL support, and sophisticated event handling mechanisms demonstrate our commitment to enterprise-grade reliability.
Storage and Security 🛡️
Storage capabilities have been significantly expanded with the integration of AWS and Azure Blob storage solutions, providing flexible options for enterprise data management. The security framework has been reinforced with refined OAuth implementation and streamlined user management systems.
Performance and Reliability ⚡
The team has meticulously optimized database operations, including the innovative database duplication feature and improved caching mechanisms. The new logging system provides better insights into system operations, while the message queue refinements ensure robust communication across the platform.
Enterprise-Ready Features 🏢
What truly sets this release apart is its enterprise-focused capabilities. The platform now supports:
- Advanced database context management
- Streamlined audit trails
- Sophisticated queue management
- Enhanced cross-platform compatibility
- Improved Linux deployment support
Looking Forward 🌟
This release marks Mixcore's evolution into a versatile enterprise platform. Whether you're looking for CRM functionality, ERP capabilities, or a foundation for large-scale development projects, Mixcore now stands ready to meet these diverse needs.
Our team's dedication to continuous improvement and innovation shines through in this release. Moving forward, we are committed to more frequent updates and transparent communication about our development timeline. 🤝
Ready to get started? Visit our repository to learn more and begin your journey with the new Mixcore ERP. ✨
Together, let's build something extraordinary! 🚀
#mixcore #erp #cms #crm #opensource #dotnet #dotnet9 #aspnetcore #aspire #graphql #enterprise #microservices #cloud #aws #azure #postgresql #mysql #sqlite #mongodb #rabbitmq #oauth #docker #kubernetes #linux #windows #crossplatform #saas #webdevelopment #lowcode #nocode #digitaltransformation #integration #api #restapi #devops #cloudnative #businesssolutions #businessintelligence #microsoft #netcore #softwaredevelopment #github #opensource #database #storage #scalability #performance #technology #innovation #enterprisesoftware #startup #businessstrategy #cloudcomputing #tech2025 #newrelease #productivity
What's Changed
- update runtime db context + graphql by @nhathoang989 in #668
- clean up viewmodel pub/sub by @nhathoang989 in #669
- init log stream by @nhathoang989 in #670
- Implement database duplication by @truongtphat in #671
- Update Mix Cache by @nhathoang989 in #672
- Init MixDb Event Subscriber by @nhathoang989 in #673
- Init MixDb Event Subscriber by @nhathoang989 in #674
- Init MixDb Hub Command by @nhathoang989 in #675
- AWS storage by @truongtphat in #676
- Init Azure Storage Blob uploader by @nhathoang989 in #677
- Update storage.json file by @truongtphat in #678
- Update dotnet.yml by @truongtphat in #685
- Restructure solution folders by @nhathoang989 in #686
- Update mix log by @nhathoang989 in #687
- Add Mix Log by @truongtphat in #689
- Apply query controller for Audit and Queue Log by @truongtphat in #690
- Update project reference by @truongtphat in #691
- Remove auto generated rest endpoint by @truongtphat in #692
- Fix warnings by @truongtphat in #693
- Add missing endpoints by @truongtphat in #694
- Update endpoints by @truongtphat in #695
- Add MixDb Context by @nhathoang989 in #696
- update filter log by @nhathoang989 in #697
- clean by @nhathoang989 in #698
- Merge account user and sys user data by @truongtphat in #699
- cleanup config by @nhathoang989 in #700
- clean up by @nhathoang989 in #701
- fix sync system databases by @nhathoang989 in #702
- Update Mix Application by @nhathoang989 in #703
- fix bugs by @nhathoang989 in #704
- Update develop_dev-mixcore.yml by @nhathoang989 in #705
- Features/move install app to queue by @nhathoang989 in #706
- Update OAuth by @nhathoang989 in #707
- upgrade packages net 8 by @nhathoang989 in #708
- Refactor Mix Auth by @nhathoang989 in #710
- Apply microsoft Aspire by @nhathoang989 in #711
- Refactor Mix MQ by @nhathoang989 in #712
- fix theme by @nhathoang989 in #713
- Fix repodb npgsql connection cannot insert / update guid value by @nhathoang989 in #722
- Fix Linux Installation by @nhathoang989 in #723
- Clean code by @nhathoang989 in #724
- fix sqlite by @nhathoang989 in #725
- Refactor mq by @nhathoang989 in #726
- fix mixdb permission by @nhathoang989 in #727
- clean mix mq by @nhathoang989 in #728
- update mix mq by @nhathoang989 in #729
- init rabbit mq by @nhathoang989 in #730
- up 020424 by @nhathoang989 in #731
- Update latest net packages by @nhathoang989 in #733
- upgrade net 9 by @nhathoang989 in #740
Full Changelog: https://github.com/mixcore/mix.core/commits/v3.0.0-alpha.1
Mixcore v2.0.0-alpha.1 is now released!
This is the very first version package of Mixcore v2.0.0 that we are really proud to inform everyone!
The admin portal is still a bit buggy, our team is trying our best to bring v2 more stable to the beta and production versions.
This Mixcore v2 are combine every best feature of v1 and includes many more new advances/incredible features that you definitely want to switch from any cms, any platform to Mixcore! And v2 is more developer friendly so I think the community will be easier to support us in the long term run!
What's Changed
- Support Swagger by default: https://localhost:5001/api/v2/mixcore/swagger/index.html
- update starter dll name to mixcore by @Smilefounder in #378
- merge latest code by @nhathoang989 in #384
- Update Dockerfile and fix Docker build issue by @Smilefounder in #385
- Bugfix/core 5 docker build error by @Smilefounder in #386
- Merge latest release v1 by @nhathoang989 in #387
- Improve cache by @nhathoang989 in #388
- fix cache for postgres by @nhathoang989 in #389
- Update mix.heart 1.0.35 by @nhathoang989 in #390
- Reset submodule by @truongtphat in #550
- Update submodule URL by @truongtphat in #551
- Correct submodule URL by @truongtphat in #552
- Remove unnecessary projects and namespaces by @truongtphat in #553
- Merge develop-v2 to develop by @Smilefounder in #559
- Fix initial site on MySQL by @truongtphat in #605
Full Changelog: v1.0.1...v2.0.0-alpha.1
Mixcore v1.0.7
What's Changed
- Hide migrate mix database to single table by @nhathoang989 in #607
- fix export / import theme by @nhathoang989 in #611
- fix portal angularjs by @nhathoang989 in #612
- fix bug portal by @nhathoang989 in #613
Full Changelog: v1.0.6...v1.0.7
Mixcore v1.0.6
What's Changed
- Cleanup source code by @nhathoang989 in #602
- Fix init site on SQLSERVER by @truongtphat in #603
Full Changelog: v1.0.5...v1.0.6
Mixcore v1.0.5
What's Changed
- upgrade net 6 by @nhathoang989 in #545
- upgrade mix identity net 6 by @nhathoang989 in #546
- Add docker var ASPNETCORE_URLS by @nhathoang989 in #548
- Add docker var ASPNETCORE_URLS by @nhathoang989 in #549
- merge latest from master to dev by @Smilefounder in #555
- Merge pull request #555 from mixcore/master by @Smilefounder in #556
Full Changelog: v1.0.4...v1.0.5
Mixcore v1.0.4
This version is the last version of Mixcore CMS for ASP.NET Core v5. After this version, we will start develop on ASP.NET Core v6.
What's Changed
- Fix migration data by @nhathoang989 in #482
- Fix migration data by @nhathoang989 in #483
- Fix Clone AdditionalData by @nhathoang989 in #484
- fix postgresql db by @nhathoang989 in #485
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.1 to 5.0.9 in /src/Mix.Identity by @dependabot in #488
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.8 to 5.0.9 in /src/Mix.Cms.Lib by @dependabot in #487
- Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.8 to 5.0.9 in /src/Mix.Cms.Api by @dependabot in #486
- Add new Mix helper by @truongtphat in #490
- Fix import theme by @nhathoang989 in #491
- fix richtext editor by @nhathoang989 in #492
- Export Site Permissions by @nhathoang989 in #496
- fix additional column options by @nhathoang989 in #497
- Add User register to FE app by @nhathoang989 in #498
- fix portal by @nhathoang989 in #499
- clean up user data by @nhathoang989 in #500
- clean up user data by @nhathoang989 in #501
- Fix init User by @nhathoang989 in #502
- Fix portal bugs by @nhathoang989 in #503
- Add Edm Features by @nhathoang989 in #504
- Fix export additional data by @nhathoang989 in #505
- Fix export additional data by @nhathoang989 in #506
- fix mix data trumbowyg by @nhathoang989 in #507
- Add Payment by @nhathoang989 in #508
- Allow change default language by @nhathoang989 in #509
- Fix Mix Data Editor Bugs by @nhathoang989 in #512
- Fix cannot save mix data by @nhathoang989 in #513
- Fix cannot save mix data by @nhathoang989 in #514
- Fix cannot save mix data by @nhathoang989 in #515
- Fix portal bugs by @nhathoang989 in #518
- Add filter condition (and / or) by @nhathoang989 in #519
- Fix datetime input by @nhathoang989 in #520
- Fix clone duplicate ref additional data by @nhathoang989 in #521
- Fix save existed data by @nhathoang989 in #522
- fix extra column for navigation by @nhathoang989 in #523
- Update package reference by @truongtphat in #524
- fix remove post's parent by @nhathoang989 in #525
- fix portal create with template param by @nhathoang989 in #526
- Fix remove translator keyword by @nhathoang989 in #527
- upd query by @nhathoang989 in #528
- upd query by @nhathoang989 in #529
- upd query by @nhathoang989 in #530
- fix bugs portal app by @nhathoang989 in #531
- Add response caching by @nhathoang989 in #532
- fix bug portal by @nhathoang989 in #533
- fix bug portal by @nhathoang989 in #534
- Get page URL by PageId by @truongtphat in #535
- Fix portal issues by @nhathoang989 in #537
- fix mix heart reference by @nhathoang989 in #538
- fix translate url by @nhathoang989 in #540
- fix rewrite url for other languages by @nhathoang989 in #541
- Fix generate Swagger Docs by @nhathoang989 in #543
Full Changelog: v1.0.3...v1.0.4
Mixcore v1.0.3
Release notes:
- Fix Migration issues
- Fix Export Data issues
Notes:
- Do remember to clear browser cache / application cache if you have started with Mixcore previous versions
Mixcore v1.0.2
Release notes:
- New portal look & feel
- Fixed several issues
- Changed MixDB > "Field" term to "Column"
Notes:
- Do remember to clear browser cache / application cache
Release v1.0.1
Release notes:
- Rename Mixcore Database
- Fix portal issues
- Improve performance for Pages/Posts
- Improve portal SPA UX
- Fix SQL Server initial process issue
- Fix Database versioning and Database migration from v1.0.0
- Fix error pages redirect issue
- Clean up database structure
❤️ Happy Valentine's Day 2021 with Mixcore CMS v1.0.0
Dear All,
Finally, we are now confident to release the first production version - the first advanced Content Management System Open Source based on ASP.Net Core 5. We hope that everyone will enjoy our 6 years of hard work.
Happy Valentine's Day and enjoy Mixcore tonight!
P/S: We are still working on a lot of great and fun advanced features that will be coming really soon. We will keep you posted.
Best regards,
Mixcore Team
Release notes:
- Clean source code
- Removed unused source code and logics
- Test again all of the databases (eg. SQL Server, MySQL, PostgreSQL, SQLite)
Special features (Out of the box)
- Reliability - Member roles and permissions.
- High Security - Strong Data Encryption and Security compliance.
- Multilingual - Flexible multilingual content migration.
- High Performance - Millisecond response time.
- Cross Platforms - Powered by .NET Core and run everywhere.
- Online Coding - Visual Studio Code's heart inside.
- Customizable Designs - Build any kinds of website.
- SEO Friendly - No extra plugin required.
- Media Management - Multiple file formats for your website / application.
- Manage On The Go - Manage and Code everywhere you want.
- Easy and Accessible - Non deep tech knowledge required.
- Analytics - Inside Google Analytics dashboard & no extra plugin required.
- Dynamic Modular Architecture - Powerful module layers & Attribute sets feature.
- Extensibility - API-first architecture for Plug & Play.
- Easy Backup - Powerful 1 step export.
- More Coffee time! - You can relax and explore more ton of features are not listed here...