File tree Expand file tree Collapse file tree 7 files changed +107
-0
lines changed
Expand file tree Collapse file tree 7 files changed +107
-0
lines changed Original file line number Diff line number Diff line change 1+ # OpenConext EngineBlock v4.2.0 Release Notes #
2+
3+ Ansible support / OpenConext cleanup release.
4+
5+ Changed many settings:
6+ * phpSettings.sendmail_from is now "OpenConext EngineBlock < openconext-engineblock@openconext.org > "
7+ * Removed deprecated settings for attribute manipulation
8+ * Removed deprecated settings for OpenConext-static
9+ * Introduced new setting: dynamicAssets, which defaults to false expecting Assetic compiled assets.
10+ * Renamed "surfconext.termsOfUse" to "openconext.termsOfUse"
11+ * Removed Shindig configuration
12+ * Set serviceRegistry.caching.backend.options.lifetime to 1 by default
13+ * Set the default api.vovalidate.baseUrl to "https://api.demo.openconext.org "
14+ * Set the default api.vovalidate.key to "oauth_key"
15+ * Set the default api.vovalidate.secret to "oauth_secret"
16+ * Removed support for encryption.key.public and encryption.key.private
17+ * Added support for encryption.default.publicFile and encryption.default.privateFile
18+
19+ Added:
20+ * Lazy certificate parsing, only parse a certificate when it is to be used.
21+ * Improved error handling for bin/janus_client.php
22+
23+ Removed:
24+ * tests/runAllTests.sh (we only have unit tests)
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.1 Release Notes #
2+
3+ Removed the unused concept of environments in favor of local configuration files.
4+
5+ Changed the following settings:
6+ * encryption.keys.default.publicFile defaults to "/etc/openconext/engineblock.crt"
7+ * encryption.keys.default.privateFile defaults to "/etc/openconext/engineblock.key"
8+ * auth.simplesamlphp.idp.cert is removed in favor of auth.simplesamlphp.idp.certificate
9+
10+ Added:
11+ * Improvements for error reporting on non-200 response from OpenConext API VO Validation.
12+
13+ Removed:
14+ * Environment IDs (production / staging / test / demo)
15+ * etc/profile.d/openconext-engineblock.sh
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.2 Release Notes #
2+
3+ Removed deprecated tools.
4+
5+ Removed:
6+ * bin/checkdeps.php
7+ * bin/convert_filters.php
8+ * bin/graph-composer.phar
9+ * bin/parsevalidations.php
10+ * bin/deploy/deployToSurfconextTest.sh
11+ * bin/deploy/README.md
12+ * languages/README-DEVS.md
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.3 Release Notes #
2+
3+ Ansible work.
4+
5+ Changed:
6+ * Made patch 16 idempotent
7+ * Ansible role
8+ * Configuration migration tool
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.4 Release Notes #
2+
3+ Bugfix to /proxy/certificate.
4+
5+ * Fixed /proxy/certificate
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.5 Release Notes #
2+
3+ Better configuration defaults
4+
5+ Changed configuration settings:
6+ * ldap.useSsl default to false
7+ * ldap.userName defaults to "cn=engineblock,dc=surfconext,dc=nl"
8+ * Unset unused ldap.accountDomainName
9+ * ldap.baseDn defaults to "dc=surfconext,dc=nl"
10+ * email.sendWelcomeMail defaults to false
11+ * auth.simplesamlphp.idp.certificate defaults to "/etc/openconext/engineblock.crt"
12+
13+ Added:
14+ * Fixed adding the VO in an attribute
15+
16+ Removed:
17+ * Inconsistently applied and unnecessary file licensing headers (Issue #76 , PR #78 )
Original file line number Diff line number Diff line change 1+ # SURFnet SURFconext EngineBlock v4.2.6 Release Notes #
2+
3+ Better logging defaults and removal of deprecated functionality.
4+
5+ Changed configuration settings:
6+ * logs.syslog-queue.writerParams.targetLog.syslog.writerParams.application defaults to "EBLOG"
7+ * Added a Priority filter to queued syslog filter with priority 7
8+
9+ Removed:
10+ * engine-internal along with
11+ * /cron/deprovision
12+ * /social/*
13+ * Composer dependencies:
14+ * apache/shindig
15+ * behat/behat
16+ * behat/mink
17+ * behat/mink-extension
18+ * behat/mink-goutte-driver
19+
20+ Upgraded:
21+ * Composer
22+ * Assetic
23+ * Pimple DI container (2.0 => 2.1.1)
24+ * SimpleSAMLphp saml2 (0.4.1 => 0.4.2)
25+ * Symfony/process (2.4.2 => 2.5.4)
26+ * Zend Framework 1 (1.12.9 => 1.12.9)
You can’t perform that action at this time.
0 commit comments