Skip to content

Latest commit

 

History

History
75 lines (71 loc) · 5.56 KB

0.11.0.markdown

File metadata and controls

75 lines (71 loc) · 5.56 KB

Scala #akka @ApacheSpark

Breaking Changes:

  • The authentication management has been refactored. As a consequence, existing shiro configuration sections have to be adapted. Previously, shiro configuration had to be provided at root level without a prefix. Now, shiro configuration has to be embedded in an additional access-control block. An example configuration is available in the sources.
  • The default Python version is switched from Python 2 to Python 3 (namely, from python to python3). If you would still like to use Python 2, adapt the Python executable in the application.conf.

Changes:

  • misc(Python): Document wheel support / (Marc Zoeller | 50d4138)
  • misc(Python): Replace python 2 with python 3 / (Marc Zoeller | 22a731e)
  • refractor(auth): Rename "authentication" to "access-control" / (Marc Zoeller | 15f457d)
  • feat(auth): Permission Management / (Marc Zoeller | 49d1580)
  • feat(auth): BasicAuth via Keycloak / (Marc Zoeller | 8c98799)
  • refractor(auth): Cleanup authentication / (Marc Zoeller | 9efaa15)
  • fix(docker): Adapt docker config to updated library versions / (Valentina Glagoleva | 648f9a0)
  • misc: Update scala version in scripts and readme / (Marc Zoeller | a63bfbe)
  • misc: Increase cache timeout / (Marc Zoeller | 7ab8e2d)
  • misc: Remove unsupported jvm opts / (Marc Zoeller | a867380)
  • refractor: Close open ActorSystems / (Marc Zoeller | 0e70e8e)
  • refractor: Replace deprecated slick.driver with slick.jdbc / (Marc Zoeller | e2deb1e)
  • feat: Migrate to scala-2.12 / (Marc Zoeller | 90803ba)
  • Fix Docker image (#1324) / (Valentina Glagoleva | e2aeb9b)
  • fix(dao): Jobs endpoint should return jobs in desc order / (Valentina Glagoleva | b791741)
  • fix(test): fix Python style guide checker / (Prabhu Gnana Sundar | be46be5)
  • fix(test): fix Python style guide checker / (Prabhu Gnana Sundar | 7bd155e)
  • fix(zookeeperdao): Remove duplicate list operation / (Robin Wolters | 99d546b)
  • feat(launcher): Pass extraJavaOptions to executor / (Robin Wolters | da8d6f9)
  • fix(build): Change typesafe repository to https / (Valentina Glagoleva | 60b3133)
  • docs(README): Add Cadenz.ai to the users list (#1322) / (Prabhu Gnana Sundar | bb60528)
  • doc(release): Move into separate file / (Valentina Glagoleva | 669efa1)
  • refactor(readme): Improve commit output format / (Behroz Sikander | 612aae7)
  • doc(readme): Add release process documentation / (Behroz Sikander | bf5ec81)
  • release(jobserver): Ignore untracked files during release / (Behroz Sikander | 83c3477)
  • doc(swagger): Update according to last WebAPI changes / (Valentina Glagoleva | 42daf45)
  • refactor(config): Remove combineddao section from config / (Valentina Glagoleva | 645945a)
  • refactor(dao): Remove JobDAO and InMemoryDAO classes / (Valentina Glagoleva | 0a6b672)
  • feat(dao): Delete CombinedDAO and port its tests / (Valentina Glagoleva | e28f9b4)
  • feat(dao): JobDAOActor uses Meta and Binary DAO / (Valentina Glagoleva | 1940182)
  • feat(webpi): Add counter for internal server error / (Valentina Glagoleva | e08ab4a)
  • doc(readme): Update supported Spark versions table / (Valentina Glagoleva | 65f45a8)
  • fix(jobmanager): Spawn separate thread for onMemberRemoved / (Valentina Glagoleva | 18b58be)
  • fix(akka): Improve shutdown logic / (Valentina Glagoleva | 9906782)
  • Merge pull request #1305 from valan4ik/fix_opensource_tests / (Noorul Islam K M | 6e90f53)
  • fix(tests): Add retry to AkkaClusterSupervisorActorSpec / (Valentina Glagoleva | 68ec697)
  • fix(test): Deduplicate WebApi PUT contexts test / (Valentina Glagoleva | 152a50b)
  • fix(file-cache): Create missing directories / (Valentina Glagoleva | 3cd159e)
  • fix(jobserver): Graceful force kill if master is down / (Behroz Sikander | 1deaaeb)
  • feat(test): Convert in-memory dao to combineddao / (Behroz Sikander | 155997c)
  • doc(jmx): Add example how to down a node from jmx-cli / (Valentina Glagoleva | 187f149)
  • misc(cassandra): Remove CassandraDAO / (Valentina Glagoleva | cf8d7a7)
  • doc(readme): Remove JobSqlDAO from README / (Valentina Glagoleva | 42d7406)
  • misc(dao): Remove JobSqlDAO and SqlCommon / (Valentina Glagoleva | 6fb38c2)
  • tests(cassandradao): Use own test config file / (Valentina Glagoleva | 642a665)
  • fix(tests): Use CombinedDAO in MetaDataSqlDAOSpec / (Valentina Glagoleva | 28d5a20)
  • misc(jobserver): Replace JobSqlDAO checks with CombinedDAO / (Valentina Glagoleva | 2bc16bb)
  • refactor(dao-tests): Remove SqlTestHelpers from MetaDataDAOSpec / (Valentina Glagoleva | 4c985b2)
  • refactor(dao): Remove SqlCommon from MetaDataSqlDAO / (Valentina Glagoleva | 40b1974)
  • feat(dao): Add CombinedDAO support for MySQL / (Valentina Glagoleva | b365e2d)
  • feat(postresql): Add CombinedDAO support for PostgreSQL / (Valentina Glagoleva | 6e283de)
  • doc(combined-dao): Add documentation how to setup SQL DAO / (Valentina Glagoleva | a8261cd)
  • feat(dao): Add BinarySqlDAO / (Valentina Glagoleva | ef99b77)
  • feat(dao): Add in-memory meta and binary dao / (Behroz Sikander | e522b45)
  • refactor(jobserver): Adapt file as per scalastyle / (Behroz Sikander | 0923892)
  • refactor(jobserver): Replace info actor with dao actor / (Behroz Sikander | 392717a)
  • refactor(jobserver): Add GetJobInfo message to DAOActor / (Behroz Sikander | fc432a7)
  • refactor(jobserver): Adapt SaveJobConfig as per JobInfoActor / (Behroz Sikander | ce9dbf0)
  • feat(jobserver): Add status filter in GetJobInfos message / (Behroz Sikander | cead28e)
  • fix(bin): Remove time stamp from gc logs / (Behroz Sikander | 26c5c39)
  • fix(bin): Add date to gc logs / (Behroz Sikander | 3e2e7ec)