Skip to content

Release 1.3

Compare
Choose a tag to compare
@imran15 imran15 released this 07 May 11:30
· 1916 commits to master since this release

Release type: Major

Main New features:

  • Introduced centralized access to the database by introducing the aidr-db-manager module.
  • Provided remote EJBs-based access to the aidr-db-manager's services on top of the database.
  • Introduced DTOs which are now used for transferring data across AIDR modules in a unified way.
  • Changed search filter criteria: when keywords is now specified with either bounding box or follow then only those tweets that match both keywords and BB/follow will be collected.
  • Introduced a much-needed feature of geo-strict. The geo-strict feature allows to collect geotagged tweets which are strictly within the defined bounding box.
  • Added documentation to various packages.
  • A number of UI improvements were also done.
  • Fixed a number of bugs too and did many more minor improvements.