EAP - Confluence 7.0.1-beta2 Release Notes
Minor bug fixes and improvements.
Source

seen from Singapore

seen from Germany

seen from United States

seen from Canada
seen from Malaysia
seen from Italy

seen from Germany
seen from China
seen from China
seen from Germany
seen from China

seen from Germany
seen from South Korea
seen from China

seen from Malaysia

seen from Malaysia

seen from Malaysia
seen from United States

seen from United Kingdom

seen from Germany
EAP - Confluence 7.0.1-beta2 Release Notes
Minor bug fixes and improvements.
Source
Confluence 7.0.1-beta1 Release Notes
The bulk of our work on Confluence 7.0 has now wrapped up. We'll continue to fix bugs and issues in the lead-up to the final release.
See Confluence 7.0 beta release notes for a full summary of all the changes in this release.
Mockito 2 upgrade
We've upgraded Confluence to use Mockito 2 to support testing with Java 11. See the info above for some tips that may help when making your tests compatible.
End of support for Webdav plugin
We have decided to end support for the WebDAV plugin in Confluence 7.0, and will remove the plugin completley in a future Confluence release. See End of Support Announcements for Confluence for more information.
Shortcut links
We've reversed our decision to end support for shortcut links.
Source
EAP - Confluence 7.0.1-m140 Release Notes
We're beginning to wrap up all our changes for 7.0, and will be releasing a beta quite soon.
Atlassian libraries and plugins upgraded in this milestone:
atlassian-sal → 4.0.0
Source
EAP - Confluence 7.0.1-m131 Release Notes
AUI 8 and jQuery upgrades
The upgrade of jQuery from 1.7.2 to 2.2.4 is now complete. The AUI 8 upgrade work is also nearly done – we're just working to resolve a few outstanding issues. If you notice a problem, raise an issue to let us know.
These upgrades may affect any custom CSS on your Confluence site. If you've made CSS customizations, it's a good idea to start testing these to check if you need to make any modifications.
Platform 5 upgrades
This milestone contains a number of platform related upgrades. The complete list of maven dependencies for Confluence 7 can be found in the confluence-project pom.
Atlassian libraries and plugins upgraded:
atlassian-event → 4.0.0
activeobjects → 3.1.6
activeobjects-plugin → 3.1.6
atlassian-rest → 6.0.2
atlassian-scheduler → 3.0.0
caesium → 3.0.0
atlassian-trusted-apps → 5.0.0
atlassian-cache → 5.0.0
atlassian-soy-templates → 5.0.0
atlassian-nav-links → 5.0.0
atlassian-template-renderer → 4.0.0
atlassian-plugins-webfragment → 5.0.0
atlassian-plugins-webresource → 4.1.2
atlassian-plugins-jquery → 2.2.4.7
beehive → 2.0.0
velocity-htmlsafe → 3.0.0
application-links → 6.0.8
atlassian-core → 7.0.1
atlassian-util-concurrent → 4.0.1
fugue → 4.7.2
atlassian-httpclient → 2.0.0
atlassian-http → 2.0.6
atlassian-webhooks-plugin → 6.0.0
atlassian-failure-cache → 2.0.0
atlassian-annotations → 2.2.1
atlassian-pretty-urls → 3.0.2
atlassian-healthcheck → 6.0.0
atlassian-tenancy → 3.0.1
atlassian-instrumentation → 3.0.0
atlassian-spring-scanner → 2.1.9
functest-plugin 1.0.0
atlassian-marshalling-api → 1.0.0
atlassian-universal-plugin-manager → 4.0.4
Third party libraries upgraded:
Spring framework → 5.1.7.RELEASE
Guava → 26.0-jre
commons-lang3 → 3.9
Apache HttpCore → 4.4.11
Alternatives to direct access to Lucene
We've just published a new set of search tutorials that provide guidance on how to perform common search or index related tasks without accessing the Lucene API directly.
Using the v2 Search API
Add a field to CQL
Create a search decorator
Create a search extractor
Create an attachment text extractor
Source
EAP - Confluence 7.0.1-m122 Release Notes
No significant changes in this milestone.
Source
EAP - Confluence 7.0.1-m117 Release Notes
In this milestone, we've removed platform-specific Mobile CSS helper classes, like class="platform-android" and class="platform-ios".
When accessing Confluence via mobile web, you can now add attachments to comments on any device. This was previously only available on iPhone devices.
Source
EAP - Confluence 7.0.1-m110 Release Notes
AUI and jQuery upgrade
We're continuing to work on upgrading AUI and jQuery. The AUI and jQuery changes will be in all EAP milestones from now on. We have a few known issues which we'll continue to work through over the next few releases.
Zepto replaced by jQuery in Confluence mobile
The Confluence Mobile UI now uses jQuery 2.2.4 instead of Zepto.js 0.8. This means the Confluence Mobile Web Plugin can pull in any dependencies from Confluence or the AUI plugin without the risk of polluting the global $ variable.
The Mobile Web view uses Backbone 0.9.2. The Backbone view extend method doesn't support jQuery object as an element property.
Backbone.View.extend({ // ... el: $(".css-selector")[0] // native dom only for Backbone 0.9.2 // ... }
As part of this work, we've also removed the following Zepto-specific functions:
$.cookie has been replaced by AJS.cookie
$.visible() has been removed. Use $.filter(":visible").length instead.
If your app currently uses the Mobile Web Plugin, you may need to modify anything that's specific to Zepto.
Changes to file editing with custom SSO authenticators
We've changed the way Confluence handles the download and re-upload of files via the Companion app for instances with SSO (Single Sign On) authentication. If you manage or develop a custom SSO authenticator app, we recommend testing the Edit files experience to check your app is compatible with the changes.
Source
EAP - Confluence 7.0.1-m103 Release Notes
There are no significant changes in this milestone.
Please note, this milestone doesn't contain any changes related to the AUI 8 upgrade. You can continue using 7.0.1-m92 until we release our next AUI 8 milestone.
Source